alejandrorago / reassistant

A support tool for analyzing software requirements specifications
0 stars 1 forks source link

Export crosscutting concerns to a CSV file #9

Open germanattanasio opened 9 years ago

germanattanasio commented 9 years ago

REAssistant uses a REA EMF(Eclipse Modeling Framework) model to save and load results. It will be great if we were able to export the crosscutting concerns from that REA into a CSV file. The problem is that we developed an eclipse plugin that uses some of the ideas behind REAssistant but we don't want to add it as a dependency in order to be able to use it. We rather want to keep both independent.

In order to do that we will need something like:

    java -jar reassitant.jar file.rea file.ccc

so that we can extract crosscutting concerns from a REA file.

Is that reasonable?

germanattanasio commented 9 years ago

:bowtie:

germanattanasio commented 9 years ago

The format could be:

<ccc-type>\t<ccc-text>