Package | Description |
---|---|
org.osate.aadl2 | |
org.osate.aadl2.impl | |
org.osate.aadl2.instance.util | |
org.osate.aadl2.util |
Modifier and Type | Interface and Description |
---|---|
interface |
AccessSpecification
A representation of the model object 'Access Specification'.
|
interface |
FeatureGroupPrototypeActual
A representation of the model object 'Feature Group Prototype Actual'.
|
interface |
FeaturePrototypeReference
A representation of the model object 'Feature Prototype Reference'.
|
interface |
PortSpecification
A representation of the model object 'Port Specification'.
|
Modifier and Type | Method and Description |
---|---|
FeaturePrototypeActual |
FeaturePrototypeBinding.createActual(org.eclipse.emf.ecore.EClass eClass)
Creates a new
FeaturePrototypeActual and sets the 'Actual' containment reference. |
FeaturePrototypeActual |
FeaturePrototypeBinding.getActual()
Returns the value of the 'Actual' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
FeaturePrototypeBinding.setActual(FeaturePrototypeActual value)
Sets the value of the '
Actual ' containment reference. |
Modifier and Type | Class and Description |
---|---|
class |
AccessSpecificationImpl
An implementation of the model object 'Access Specification'.
|
class |
FeatureGroupPrototypeActualImpl
An implementation of the model object 'Feature Group Prototype Actual'.
|
class |
FeaturePrototypeActualImpl
An implementation of the model object 'Feature Prototype Actual'.
|
class |
FeaturePrototypeReferenceImpl
An implementation of the model object 'Feature Prototype Reference'.
|
class |
PortSpecificationImpl
An implementation of the model object 'Port Specification'.
|
Modifier and Type | Method and Description |
---|---|
FeaturePrototypeActual |
FeaturePrototypeBindingImpl.createActual(org.eclipse.emf.ecore.EClass eClass) |
FeaturePrototypeActual |
FeaturePrototypeBindingImpl.getActual() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
FeaturePrototypeBindingImpl.basicSetActual(FeaturePrototypeActual newActual,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
FeaturePrototypeBindingImpl.setActual(FeaturePrototypeActual newActual) |
Modifier and Type | Method and Description |
---|---|
static FeaturePrototypeActual |
InstanceUtil.resolveFeaturePrototype(Prototype proto,
InstanceObject context,
java.util.HashMap<InstanceObject,InstanceUtil.InstantiatedClassifier> classifierCache)
Find the binding for a given feature prototype.
|
Modifier and Type | Method and Description |
---|---|
T |
Aadl2Switch.caseFeaturePrototypeActual(FeaturePrototypeActual object)
Returns the result of interpreting the object as an instance of 'Feature Prototype Actual'.
|
boolean |
Aadl2Validator.validateFeaturePrototypeActual(FeaturePrototypeActual featurePrototypeActual,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |