| Package | Description |
|---|---|
| de.uka.ipd.sdq.featureconfig | |
| de.uka.ipd.sdq.featureconfig.impl | |
| de.uka.ipd.sdq.featureconfig.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DoubleAttributeValue
A representation of the model object 'Double Attribute Value'.
|
interface |
ExternalObjectAttributeValue
A representation of the model object 'External Object Attribute Value'.
|
interface |
IntegerAttributeValue
A representation of the model object 'Integer Attribute Value'.
|
interface |
StringAttributeValue
A representation of the model object 'String Attribute Value'.
|
| Modifier and Type | Method and Description |
|---|---|
EList<AttributeValue> |
ConfigNode.getAttributevalue()
Returns the value of the 'Attributevalue' containment reference list.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AttributeValueImpl
An implementation of the model object 'Attribute Value'.
|
class |
DoubleAttributeValueImpl
An implementation of the model object 'Double Attribute Value'.
|
class |
ExternalObjectAttributeValueImpl
An implementation of the model object 'External Object Attribute Value'.
|
class |
IntegerAttributeValueImpl
An implementation of the model object 'Integer Attribute Value'.
|
class |
StringAttributeValueImpl
An implementation of the model object 'String Attribute Value'.
|
| Modifier and Type | Method and Description |
|---|---|
EList<AttributeValue> |
ConfigNodeImpl.getAttributevalue() |
| Modifier and Type | Method and Description |
|---|---|
T |
featureconfigSwitch.caseAttributeValue(AttributeValue object)
Returns the result of interpreting the object as an instance of 'Attribute Value'.
|
boolean |
featureconfigValidator.validateAttributeValue(AttributeValue attributeValue,
DiagnosticChain diagnostics,
Map<Object,Object> context) |