Package | Description |
---|---|
org.osate.aadl2 | |
org.osate.aadl2.impl | |
org.osate.aadl2.modelsupport.util | |
org.osate.aadl2.util | |
org.osate.xtext.aadl2.validation |
Modifier and Type | Method and Description |
---|---|
FeatureGroup |
Aadl2Factory.createFeatureGroup()
Returns a new object of class 'Feature Group'.
|
FeatureGroup |
FeatureGroupType.createOwnedFeatureGroup()
Creates a new
FeatureGroup and appends it to the 'Owned Feature Group' containment reference list. |
FeatureGroup |
ComponentType.createOwnedFeatureGroup()
Creates a new
FeatureGroup and appends it to the 'Owned Feature Group' containment reference list. |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<FeatureGroup> |
FeatureGroupType.getOwnedFeatureGroups()
Returns the value of the 'Owned Feature Group' containment reference list.
|
org.eclipse.emf.common.util.EList<FeatureGroup> |
ComponentType.getOwnedFeatureGroups()
Returns the value of the 'Owned Feature Group' containment reference list.
|
Modifier and Type | Class and Description |
---|---|
class |
FeatureGroupImpl
An implementation of the model object 'Feature Group'.
|
Modifier and Type | Method and Description |
---|---|
FeatureGroup |
Aadl2FactoryImpl.createFeatureGroup() |
FeatureGroup |
FeatureGroupTypeImpl.createOwnedFeatureGroup() |
FeatureGroup |
ComponentTypeImpl.createOwnedFeatureGroup() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<FeatureGroup> |
FeatureGroupTypeImpl.getOwnedFeatureGroups() |
org.eclipse.emf.common.util.EList<FeatureGroup> |
ComponentTypeImpl.getOwnedFeatureGroups() |
Modifier and Type | Method and Description |
---|---|
static FeatureGroup |
AadlUtil.getContainingFeatureGroup(org.eclipse.emf.ecore.EObject element) |
Modifier and Type | Method and Description |
---|---|
T |
Aadl2Switch.caseFeatureGroup(FeatureGroup object)
Returns the result of interpreting the object as an instance of 'Feature Group'.
|
boolean |
Aadl2Validator.validateFeatureGroup(FeatureGroup featureGroup,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |
Modifier and Type | Method and Description |
---|---|
void |
Aadl2JavaValidator.caseFeatureGroup(FeatureGroup featureGroup) |