Package | Description |
---|---|
org.osate.aadl2 | |
org.osate.aadl2.impl | |
org.osate.aadl2.util | |
org.osate.xtext.aadl2.validation |
Modifier and Type | Method and Description |
---|---|
AbstractFeature |
Aadl2Factory.createAbstractFeature()
Returns a new object of class 'Abstract Feature'.
|
AbstractFeature |
FeatureGroupType.createOwnedAbstractFeature()
Creates a new
AbstractFeature and appends it to the 'Owned Abstract Feature' containment reference list. |
AbstractFeature |
ComponentType.createOwnedAbstractFeature()
Creates a new
AbstractFeature and appends it to the 'Owned Abstract Feature' containment reference list. |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<AbstractFeature> |
FeatureGroupType.getOwnedAbstractFeatures()
Returns the value of the 'Owned Abstract Feature' containment reference list.
|
org.eclipse.emf.common.util.EList<AbstractFeature> |
ComponentType.getOwnedAbstractFeatures()
Returns the value of the 'Owned Abstract Feature' containment reference list.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractFeatureImpl
An implementation of the model object 'Abstract Feature'.
|
Modifier and Type | Method and Description |
---|---|
AbstractFeature |
Aadl2FactoryImpl.createAbstractFeature() |
AbstractFeature |
FeatureGroupTypeImpl.createOwnedAbstractFeature() |
AbstractFeature |
ComponentTypeImpl.createOwnedAbstractFeature() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<AbstractFeature> |
FeatureGroupTypeImpl.getOwnedAbstractFeatures() |
org.eclipse.emf.common.util.EList<AbstractFeature> |
ComponentTypeImpl.getOwnedAbstractFeatures() |
Modifier and Type | Method and Description |
---|---|
T |
Aadl2Switch.caseAbstractFeature(AbstractFeature object)
Returns the result of interpreting the object as an instance of 'Abstract Feature'.
|
boolean |
Aadl2Validator.validateAbstractFeature(AbstractFeature abstractFeature,
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.caseAbstractFeature(AbstractFeature feature) |