You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24-3Lines changed: 24 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,9 +61,13 @@ The project is separated into the following virtual packages:
61
61
62
62
### analysis
63
63
64
-
| Name | Description |
64
+
| Name | Description |
65
65
| ------------- | ------------- |
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. |
67
71
68
72
### assessment
69
73
| Name | Description |
@@ -72,6 +76,13 @@ The project is separated into the following virtual packages:
72
76
73
77
### comp (component)
74
78
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
+
75
86
| Name | Description |
76
87
| ------------- | ------------- |
77
88
| 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
187
198
### variability
188
199
| Name | Description |
189
200
| ------------- | ------------- |
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. |
0 commit comments