Package | Description |
---|---|
org.osate.aadl2 | |
org.osate.aadl2.impl | |
org.osate.aadl2.modelsupport.util | |
org.osate.aadl2.util |
Modifier and Type | Interface and Description |
---|---|
interface |
FeatureGroupPrototype
A representation of the model object 'Feature Group Prototype'.
|
interface |
FeatureGroupType
A representation of the model object 'Feature Group Type'.
|
Modifier and Type | Method and Description |
---|---|
FeatureType |
FeatureGroup.getFeatureType()
Returns the value of the 'Feature Type' reference.
|
FeatureType |
FeatureGroupPrototypeActual.getFeatureType()
Returns the value of the 'Feature Type' reference.
|
Modifier and Type | Method and Description |
---|---|
void |
FeatureGroup.setFeatureType(FeatureType value)
Sets the value of the '
Feature Type ' reference. |
void |
FeatureGroupPrototypeActual.setFeatureType(FeatureType value)
Sets the value of the '
Feature Type ' reference. |
Modifier and Type | Class and Description |
---|---|
class |
FeatureGroupPrototypeImpl
An implementation of the model object 'Feature Group Prototype'.
|
class |
FeatureGroupTypeImpl
An implementation of the model object 'Feature Group Type'.
|
class |
FeatureTypeImpl
An implementation of the model object 'Feature Type'.
|
Modifier and Type | Method and Description |
---|---|
FeatureType |
FeatureGroupPrototypeActualImpl.basicGetFeatureType() |
FeatureType |
FeatureGroupImpl.basicGetFeatureType() |
FeatureType |
FeatureGroupPrototypeActualImpl.getFeatureType() |
FeatureType |
FeatureGroupImpl.getFeatureType() |
Modifier and Type | Method and Description |
---|---|
void |
FeatureGroupPrototypeActualImpl.setFeatureType(FeatureType newFeatureType) |
void |
FeatureGroupImpl.setFeatureType(FeatureType newFeatureType) |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
AadlUtil.getFeatureTypeName(FeatureType st,
Element context) |
Modifier and Type | Method and Description |
---|---|
T |
Aadl2Switch.caseFeatureType(FeatureType object)
Returns the result of interpreting the object as an instance of 'Feature Type'.
|
boolean |
Aadl2Validator.validateFeatureType(FeatureType featureType,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |