| Package | Description |
|---|---|
| de.uka.ipd.sdq.featureconfig | |
| de.uka.ipd.sdq.featureconfig.impl | |
| de.uka.ipd.sdq.featureconfig.util |
| Modifier and Type | Method and Description |
|---|---|
ConfigNode |
featureconfigFactory.createConfigNode()
Returns a new object of class 'Config Node'.
|
ConfigNode |
AttributeValue.getConfignode()
Returns the value of the 'Confignode' container reference.
|
| Modifier and Type | Method and Description |
|---|---|
EList<ConfigNode> |
FeatureConfig.getConfignode()
Returns the value of the 'Confignode' containment reference list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AttributeValue.setConfignode(ConfigNode value)
Sets the value of the '
Confignode' container reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigNodeImpl
An implementation of the model object 'Config Node'.
|
| Modifier and Type | Method and Description |
|---|---|
ConfigNode |
featureconfigFactoryImpl.createConfigNode() |
ConfigNode |
AttributeValueImpl.getConfignode() |
| Modifier and Type | Method and Description |
|---|---|
EList<ConfigNode> |
FeatureConfigImpl.getConfignode() |
| Modifier and Type | Method and Description |
|---|---|
NotificationChain |
AttributeValueImpl.basicSetConfignode(ConfigNode newConfignode,
NotificationChain msgs) |
void |
AttributeValueImpl.setConfignode(ConfigNode newConfignode) |
| Modifier and Type | Method and Description |
|---|---|
T |
featureconfigSwitch.caseConfigNode(ConfigNode object)
Returns the result of interpreting the object as an instance of 'Config Node'.
|
boolean |
featureconfigValidator.validateConfigNode_CheckMultiplicityOfFeatureGroup(ConfigNode configNode,
DiagnosticChain diagnostics,
Map<Object,Object> context)
Validates the CheckMultiplicityOfFeatureGroup constraint of 'Config Node'.
|
boolean |
featureconfigValidator.validateConfigNode_ConfigCardinalityInvalid(ConfigNode configNode,
DiagnosticChain diagnostics,
Map<Object,Object> context)
Validates the ConfigCardinalityInvalid constraint of 'Config Node'.
|
boolean |
featureconfigValidator.validateConfigNode(ConfigNode configNode,
DiagnosticChain diagnostics,
Map<Object,Object> context) |