Package | Description |
---|---|
org.osate.aadl2 | |
org.osate.aadl2.impl | |
org.osate.aadl2.util |
Modifier and Type | Method and Description |
---|---|
MetaclassReference |
ClassifierType.createClassifierReference()
Creates a new
MetaclassReference and appends it to the 'Classifier Reference' containment reference list. |
MetaclassReference |
Aadl2Factory.createMetaclassReference()
Returns a new object of class 'Metaclass Reference'.
|
MetaclassReference |
ReferenceType.createNamedElementReference()
Creates a new
MetaclassReference and appends it to the 'Named Element Reference' containment reference list. |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<MetaclassReference> |
Property.getAppliesToMetaclasses()
Returns the value of the 'Applies To Metaclass' reference list.
|
org.eclipse.emf.common.util.EList<MetaclassReference> |
ClassifierType.getClassifierReferences()
Returns the value of the 'Classifier Reference' containment reference list.
|
org.eclipse.emf.common.util.EList<MetaclassReference> |
ReferenceType.getNamedElementReferences()
Returns the value of the 'Named Element Reference' containment reference list.
|
Modifier and Type | Class and Description |
---|---|
class |
MetaclassReferenceImpl
An implementation of the model object 'Metaclass Reference'.
|
Modifier and Type | Method and Description |
---|---|
MetaclassReference |
ClassifierTypeImpl.createClassifierReference() |
MetaclassReference |
Aadl2FactoryImpl.createMetaclassReference() |
MetaclassReference |
ReferenceTypeImpl.createNamedElementReference() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<MetaclassReference> |
PropertyImpl.getAppliesToMetaclasses() |
org.eclipse.emf.common.util.EList<MetaclassReference> |
ClassifierTypeImpl.getClassifierReferences() |
org.eclipse.emf.common.util.EList<MetaclassReference> |
ReferenceTypeImpl.getNamedElementReferences() |
Modifier and Type | Method and Description |
---|---|
T |
Aadl2Switch.caseMetaclassReference(MetaclassReference object)
Returns the result of interpreting the object as an instance of 'Metaclass Reference'.
|
boolean |
Aadl2Validator.validateMetaclassReference(MetaclassReference metaclassReference,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |