Skip to content

Commit dd9324c

Browse files
committed
Update README with new modules for analysis, contextfiltering, and variability.
1 parent bad5b54 commit dd9324c

File tree

1 file changed

+24
-3
lines changed

1 file changed

+24
-3
lines changed

README.md

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,13 @@ The project is separated into the following virtual packages:
6161

6262
### analysis
6363

64-
| Name | Description |
64+
| Name | Description |
6565
| ------------- | ------------- |
66-
| org.iets3.analysis.base | This language contains basic concepts and interfaces and a plugin solution related to solvers. |
66+
| test.org.iets3.analysis.base | Test for solver supoprt. |
67+
| test.org.iets3.analysis.base.solvable | Language used in the tests. |
68+
| org.iets3.analysis.solversupport.util | Supporting classes for analysis with solver. |
69+
| org.iets3.analysis.base |  This language contains basic concepts and interfaces and a plugin solution related to solvers. |
70+
| org.iets3.analysis.logic.operator | This language provide operators to build model checking rules. |
6771

6872
### assessment
6973
| Name | Description |
@@ -72,6 +76,13 @@ The project is separated into the following virtual packages:
7276

7377
### comp (component)
7478

79+
| Name | Description |
80+
| ------------- | ------------- |
81+
| org.iets3.contextfilter.plugin | This solution provide the plugin suport for the context filtering. |
82+
| org.iets3.contextfilter | This language allows for selecting references (aka instances) of selected nodes in a projection . |
83+
84+
### comp (component)
85+
7586
| Name | Description |
7687
| ------------- | ------------- |
7788
| org.iets3.components.core.interpreter | It contains the [interpreter](http://127.0.0.1:63320/node?ref=r%3A3cecc670-c5e6-4794-af17-a5638180af01%28org.iets3.components.core.interpreter.plugin%29%2F5228096169281078735) for the components language. |
@@ -187,7 +198,17 @@ This package includes all things related to tracing ([KernelF reference: page 27
187198
### variability
188199
| Name | Description |
189200
| ------------- | ------------- |
190-
| org.iets3.variability.artifacts.base | This language contains basic concepts and interfaces related to variability. |
201+
| org.iets3.variability.artifacts.typesystem.runtime | Runtime classes and interfaces to support org.iets3.variability.artifacts.typesystem. |
202+
| org.iets3.variability.artifacts.base | This language contains basic concepts and interfaces related to variation point in artifacts. |
203+
| org.iets3.variability.artifacts.baseline | This language allows for removing variability from artifacts (baselining). |
204+
| org.iets3.variability.artifacts.typesystem | This language provide support for verification of artifact with variability. |
205+
| org.iets3.variability.artifacts.vanguard | This language contains basic concepts and interfaces related to variation point in artifacts. NOTE: It will be merged into org.iets3.variability.artifacts.base. |
206+
| org.iets3.variability.base.ide | This solution provides contribution to the IDE, e.g the visualisation of SkeletonTree used by variability algorithms as datas structure. |
207+
| org.iets3.variability.base | This language contains common concepts to support feature models, configuraions and artifacts. |
208+
| org.iets3.variability.configuration.base | This language allows for defining configurations of feature models. |
209+
| org.iets3.variability.featuremodel.base | This language allows for modeling feature models. |
210+
| org.iets3.variability.os.sandbox | This sandbox contains some variability modeling examples. |
211+
| org.iets3.variability.base.devkit | This devkit exposes all basic variability functionalities. |
191212

192213
## Devkits
193214

0 commit comments

Comments
 (0)