| Package | Description |
|---|---|
| de.uka.ipd.sdq.featuremodel | |
| de.uka.ipd.sdq.featuremodel.impl | |
| de.uka.ipd.sdq.featuremodel.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DoubleAttribute
A representation of the model object 'Double Attribute'.
|
interface |
ExternalObjectAttribute
A representation of the model object 'External Object Attribute'.
|
interface |
IntegerAttribute
A representation of the model object 'Integer Attribute'.
|
interface |
StringAttribute
A representation of the model object 'String Attribute'.
|
| Modifier and Type | Method and Description |
|---|---|
EList<Attribute> |
Feature.getAttributes()
Returns the value of the 'Attributes' containment reference list.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AttributeImpl
An implementation of the model object 'Attribute'.
|
class |
DoubleAttributeImpl
An implementation of the model object 'Double Attribute'.
|
class |
ExternalObjectAttributeImpl
An implementation of the model object 'External Object Attribute'.
|
class |
IntegerAttributeImpl
An implementation of the model object 'Integer Attribute'.
|
class |
StringAttributeImpl
An implementation of the model object 'String Attribute'.
|
| Modifier and Type | Method and Description |
|---|---|
EList<Attribute> |
FeatureImpl.getAttributes() |
| Modifier and Type | Method and Description |
|---|---|
T |
featuremodelSwitch.caseAttribute(Attribute object)
Returns the result of interpreting the object as an instance of 'Attribute'.
|
boolean |
featuremodelValidator.validateAttribute(Attribute attribute,
DiagnosticChain diagnostics,
Map<Object,Object> context) |