Package | Description |
---|---|
org.osate.aadl2 | |
org.osate.aadl2.impl | |
org.osate.aadl2.util | |
org.osate.xtext.aadl2.validation |
Modifier and Type | Interface and Description |
---|---|
interface |
AadlInteger
A representation of the model object 'Aadl Integer'.
|
interface |
AadlReal
A representation of the model object 'Aadl Real'.
|
Modifier and Type | Method and Description |
---|---|
NumberType |
RangeType.createOwnedNumberType(org.eclipse.emf.ecore.EClass eClass)
Creates a new
NumberType and sets the 'Owned Number Type' containment reference. |
NumberType |
RangeType.getNumberType()
Returns the value of the 'Number Type' reference.
|
NumberType |
RangeType.getOwnedNumberType()
Returns the value of the 'Owned Number Type' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
RangeType.setNumberType(NumberType value)
Sets the value of the '
Number Type ' reference. |
void |
RangeType.setOwnedNumberType(NumberType value)
Sets the value of the '
Owned Number Type ' containment reference. |
Modifier and Type | Class and Description |
---|---|
class |
AadlIntegerImpl
An implementation of the model object 'Aadl Integer'.
|
class |
AadlRealImpl
An implementation of the model object 'Aadl Real'.
|
class |
NumberTypeImpl
An implementation of the model object 'Number Type'.
|
Modifier and Type | Method and Description |
---|---|
NumberType |
RangeTypeImpl.basicGetNumberType() |
NumberType |
RangeTypeImpl.basicGetNumberTypeGen() |
NumberType |
RangeTypeImpl.createOwnedNumberType(org.eclipse.emf.ecore.EClass eClass) |
NumberType |
RangeTypeImpl.getNumberType() |
NumberType |
RangeTypeImpl.getNumberTypeGen() |
NumberType |
RangeTypeImpl.getOwnedNumberType() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
RangeTypeImpl.basicSetOwnedNumberType(NumberType newOwnedNumberType,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
RangeTypeImpl.setNumberType(NumberType newNumberType) |
void |
RangeTypeImpl.setOwnedNumberType(NumberType newOwnedNumberType) |
Modifier and Type | Method and Description |
---|---|
T |
Aadl2Switch.caseNumberType(NumberType object)
Returns the result of interpreting the object as an instance of 'Number Type'.
|
boolean |
Aadl2Validator.validateNumberType(NumberType numberType,
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.caseNumberType(NumberType nt) |