| Interface | Description |
|---|---|
| EvaluatedSoftwareConfigurationSolution<V extends java.lang.Comparable<V>> | |
| IParameterDomain |
| Class | Description |
|---|---|
| BooleanParameterDomain | |
| CategoricalParameterDomain | |
| Component |
A
Component is described by - a name - a collection of provided interfaces - a list of required interfaces - a set of parameters - a list of dependencies and can be used to describe
any kind of components and model complex multi-component systems. |
| ComponentInstance |
For a given
Component, a Component Instance defines all parameter values and the required interfaces (recursively) and thus provides a grounding of the respective
Component. |
| ComponentInstanceUtil |
The ComponentInstanceUtil provides some utilities to deal with component instances.
|
| ComponentUtil |
The ComponentUtil class can be used to deal with Components in a convenient way.
|
| Dependency | |
| NumericParameterDomain | |
| Parameter | |
| ParameterRefinementConfiguration | |
| UnparametrizedComponentInstance |