| Modifier and Type | Interface and Description |
|---|---|
interface |
AttributeValue
A representation of the model object 'Attribute Value'.
|
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 | 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 |
|---|---|
T |
featureconfigSwitch.caseNamedElement(NamedElement object)
Returns the result of interpreting the object as an instance of 'Named Element'.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Attribute
A representation of the model object 'Attribute'.
|
interface |
Constraint
A representation of the model object 'Constraint'.
|
interface |
DoubleAttribute
A representation of the model object 'Double Attribute'.
|
interface |
ExternalObjectAttribute
A representation of the model object 'External Object Attribute'.
|
interface |
Feature
A representation of the model object 'Feature'.
|
interface |
FeatureDiagram
A representation of the model object 'Feature Diagram'.
|
interface |
IntegerAttribute
A representation of the model object 'Integer Attribute'.
|
interface |
ProhibitsConstraint
A representation of the model object 'Prohibits Constraint'.
|
interface |
RequiredConstraint
A representation of the model object 'Required Constraint'.
|
interface |
StringAttribute
A representation of the model object 'String Attribute'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AttributeImpl
An implementation of the model object 'Attribute'.
|
class |
ConstraintImpl
An implementation of the model object 'Constraint'.
|
class |
DoubleAttributeImpl
An implementation of the model object 'Double Attribute'.
|
class |
ExternalObjectAttributeImpl
An implementation of the model object 'External Object Attribute'.
|
class |
FeatureDiagramImpl
An implementation of the model object 'Feature Diagram'.
|
class |
FeatureImpl
An implementation of the model object '
Feature'.
|
class |
IntegerAttributeImpl
An implementation of the model object 'Integer Attribute'.
|
class |
NamedElementImpl
An implementation of the model object 'Named Element'.
|
class |
ProhibitsConstraintImpl
An implementation of the model object 'Prohibits Constraint'.
|
class |
RequiredConstraintImpl
An implementation of the model object 'Required Constraint'.
|
class |
StringAttributeImpl
An implementation of the model object 'String Attribute'.
|
| Modifier and Type | Method and Description |
|---|---|
T |
featuremodelSwitch.caseNamedElement(NamedElement object)
Returns the result of interpreting the object as an instance of 'Named Element'.
|
boolean |
featuremodelValidator.validateNamedElement(NamedElement namedElement,
DiagnosticChain diagnostics,
Map<Object,Object> context) |