Package | Description |
---|---|
org.osate.aadl2 | |
org.osate.aadl2.impl | |
org.osate.aadl2.util |
Modifier and Type | Interface and Description |
---|---|
interface |
AadlBoolean
A representation of the model object 'Aadl Boolean'.
|
interface |
AadlInteger
A representation of the model object 'Aadl Integer'.
|
interface |
AadlReal
A representation of the model object 'Aadl Real'.
|
interface |
AadlString
A representation of the model object 'Aadl String'.
|
interface |
ClassifierType
A representation of the model object 'Classifier Type'.
|
interface |
EnumerationType
A representation of the model object 'Enumeration Type'.
|
interface |
NumberType
A representation of the model object 'Number Type'.
|
interface |
RangeType
A representation of the model object 'Range Type'.
|
interface |
RecordType
A representation of the model object 'Record Type'.
|
interface |
ReferenceType
A representation of the model object 'Reference Type'.
|
interface |
UnitsType
A representation of the model object 'Units Type'.
|
Modifier and Type | Class and Description |
---|---|
class |
AadlBooleanImpl
An implementation of the model object 'Aadl Boolean'.
|
class |
AadlIntegerImpl
An implementation of the model object 'Aadl Integer'.
|
class |
AadlRealImpl
An implementation of the model object 'Aadl Real'.
|
class |
AadlStringImpl
An implementation of the model object 'Aadl String'.
|
class |
ClassifierTypeImpl
An implementation of the model object 'Classifier Type'.
|
class |
EnumerationTypeImpl
An implementation of the model object 'Enumeration Type'.
|
class |
NonListTypeImpl
An implementation of the model object 'Non List Type'.
|
class |
NumberTypeImpl
An implementation of the model object 'Number Type'.
|
class |
RangeTypeImpl
An implementation of the model object 'Range Type'.
|
class |
RecordTypeImpl
An implementation of the model object 'Record Type'.
|
class |
ReferenceTypeImpl
An implementation of the model object 'Reference Type'.
|
class |
UnitsTypeImpl
An implementation of the model object 'Units Type'.
|
Modifier and Type | Method and Description |
---|---|
T |
Aadl2Switch.caseNonListType(NonListType object)
Returns the result of interpreting the object as an instance of 'Non List Type'.
|
boolean |
Aadl2Validator.validateNonListType(NonListType nonListType,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |