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 |
---|---|
FeaturePrototype |
Aadl2Factory.createFeaturePrototype()
Returns a new object of class 'Feature Prototype'.
|
FeaturePrototype |
AbstractFeature.getFeaturePrototype()
Returns the value of the 'Feature Prototype' reference.
|
FeaturePrototype |
FeaturePrototypeReference.getPrototype()
Returns the value of the 'Prototype' reference.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractFeature.setFeaturePrototype(FeaturePrototype value)
Sets the value of the '
Feature Prototype ' reference. |
void |
FeaturePrototypeReference.setPrototype(FeaturePrototype value)
Sets the value of the '
Prototype ' reference. |
Modifier and Type | Class and Description |
---|---|
class |
FeaturePrototypeImpl
An implementation of the model object 'Feature Prototype'.
|
Modifier and Type | Method and Description |
---|---|
FeaturePrototype |
AbstractFeatureImpl.basicGetFeaturePrototype() |
FeaturePrototype |
FeaturePrototypeReferenceImpl.basicGetPrototype() |
FeaturePrototype |
Aadl2FactoryImpl.createFeaturePrototype() |
FeaturePrototype |
AbstractFeatureImpl.getFeaturePrototype() |
FeaturePrototype |
FeaturePrototypeReferenceImpl.getPrototype() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractFeatureImpl.setFeaturePrototype(FeaturePrototype newFeaturePrototype) |
void |
FeaturePrototypeReferenceImpl.setPrototype(FeaturePrototype newPrototype) |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
AadlUtil.getFeaturePrototypeName(FeaturePrototype ft,
Element context) |
Modifier and Type | Method and Description |
---|---|
T |
Aadl2Switch.caseFeaturePrototype(FeaturePrototype object)
Returns the result of interpreting the object as an instance of 'Feature Prototype'.
|
boolean |
Aadl2Validator.validateFeaturePrototype(FeaturePrototype featurePrototype,
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.caseFeaturePrototype(FeaturePrototype prototype) |