Package | Description |
---|---|
org.osate.aadl2 | |
org.osate.aadl2.impl | |
org.osate.aadl2.util | |
org.osate.xtext.aadl2.naming | |
org.osate.xtext.aadl2.validation |
Modifier and Type | Interface and Description |
---|---|
interface |
Property
A representation of the model object 'Property Definition'.
|
interface |
RecordField
A representation of the model object 'Record Field'.
|
Modifier and Type | Method and Description |
---|---|
BasicProperty |
Aadl2Factory.createBasicProperty()
Returns a new object of class 'Basic Property'.
|
BasicProperty |
RecordType.createOwnedField()
Creates a new
BasicProperty and appends it to the 'Owned Field' containment reference list. |
BasicProperty |
RecordType.createOwnedField(org.eclipse.emf.ecore.EClass eClass)
Creates a new
BasicProperty and appends it to the 'Owned Field' containment reference list. |
BasicProperty |
BasicPropertyAssociation.getProperty()
Returns the value of the 'Property' reference.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<BasicProperty> |
RecordType.getOwnedFields()
Returns the value of the 'Owned Field' containment reference list.
|
Modifier and Type | Method and Description |
---|---|
void |
BasicPropertyAssociation.setProperty(BasicProperty value)
Sets the value of the '
Property ' reference. |
Modifier and Type | Class and Description |
---|---|
class |
BasicPropertyImpl
An implementation of the model object 'Basic Property'.
|
class |
PropertyImpl
An implementation of the model object 'Property'.
|
class |
RecordFieldImpl
An implementation of the model object 'Record Field'.
|
Modifier and Type | Method and Description |
---|---|
BasicProperty |
BasicPropertyAssociationImpl.basicGetProperty() |
BasicProperty |
Aadl2FactoryImpl.createBasicProperty() |
BasicProperty |
RecordTypeImpl.createOwnedField() |
BasicProperty |
RecordTypeImpl.createOwnedField(org.eclipse.emf.ecore.EClass eClass) |
BasicProperty |
BasicPropertyAssociationImpl.getProperty() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<BasicProperty> |
RecordTypeImpl.getOwnedFields() |
Modifier and Type | Method and Description |
---|---|
void |
BasicPropertyAssociationImpl.setProperty(BasicProperty newProperty) |
Modifier and Type | Method and Description |
---|---|
T |
Aadl2Switch.caseBasicProperty(BasicProperty object)
Returns the result of interpreting the object as an instance of 'Basic Property'.
|
boolean |
Aadl2Validator.validateBasicProperty(BasicProperty basicProperty,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |
Modifier and Type | Method and Description |
---|---|
org.eclipse.xtext.naming.QualifiedName |
Aadl2QualifiedNameProvider.qualifiedName(BasicProperty obj) |
Modifier and Type | Method and Description |
---|---|
void |
Aadl2JavaValidator.caseBasicProperty(BasicProperty bp) |