Package | Description |
---|---|
org.osate.aadl2 | |
org.osate.aadl2.impl | |
org.osate.aadl2.util | |
org.osate.xtext.aadl2.validation |
Modifier and Type | Method and Description |
---|---|
UnitsType |
NumberType.createOwnedUnitsType()
Creates a new
UnitsType and sets the 'Owned Units Type' containment reference. |
UnitsType |
Aadl2Factory.createUnitsType()
Returns a new object of class 'Units Type'.
|
UnitsType |
NumberType.getOwnedUnitsType()
Returns the value of the 'Owned Units Type' containment reference.
|
UnitsType |
NumberType.getUnitsType()
Returns the value of the 'Units Type' reference.
|
Modifier and Type | Method and Description |
---|---|
void |
NumberType.setOwnedUnitsType(UnitsType value)
Sets the value of the '
Owned Units Type ' containment reference. |
void |
NumberType.setUnitsType(UnitsType value)
Sets the value of the '
Units Type ' reference. |
Modifier and Type | Class and Description |
---|---|
class |
UnitsTypeImpl
An implementation of the model object 'Units Type'.
|
Modifier and Type | Method and Description |
---|---|
UnitsType |
NumberTypeImpl.basicGetUnitsType() |
UnitsType |
NumberTypeImpl.basicGetUnitsTypeGen() |
UnitsType |
NumberTypeImpl.createOwnedUnitsType() |
UnitsType |
Aadl2FactoryImpl.createUnitsType() |
UnitsType |
NumberTypeImpl.getOwnedUnitsType() |
UnitsType |
NumberTypeImpl.getUnitsType() |
UnitsType |
NumberTypeImpl.getUnitsTypeGen() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
NumberTypeImpl.basicSetOwnedUnitsType(UnitsType newOwnedUnitsType,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
NumberTypeImpl.setOwnedUnitsType(UnitsType newOwnedUnitsType) |
void |
NumberTypeImpl.setUnitsType(UnitsType newUnitsType) |
Modifier and Type | Method and Description |
---|---|
T |
Aadl2Switch.caseUnitsType(UnitsType object)
Returns the result of interpreting the object as an instance of 'Units Type'.
|
boolean |
Aadl2Validator.validateUnitsType(UnitsType unitsType,
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.caseUnitsType(UnitsType ut) |