Package | Description |
---|---|
org.osate.aadl2 | |
org.osate.aadl2.impl | |
org.osate.aadl2.util | |
org.osate.xtext.aadl2.properties.linking | |
org.osate.xtext.aadl2.validation |
Modifier and Type | Interface and Description |
---|---|
interface |
UnitsType
A representation of the model object 'Units Type'.
|
Modifier and Type | Method and Description |
---|---|
EnumerationType |
Aadl2Factory.createEnumerationType()
Returns a new object of class 'Enumeration Type'.
|
Modifier and Type | Class and Description |
---|---|
class |
EnumerationTypeImpl
An implementation of the model object 'Enumeration Type'.
|
class |
UnitsTypeImpl
An implementation of the model object 'Units Type'.
|
Modifier and Type | Method and Description |
---|---|
EnumerationType |
Aadl2FactoryImpl.createEnumerationType() |
Modifier and Type | Method and Description |
---|---|
T |
Aadl2Switch.caseEnumerationType(EnumerationType object)
Returns the result of interpreting the object as an instance of 'Enumeration Type'.
|
boolean |
Aadl2Validator.validateEnumerationType(EnumerationType enumerationType,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |
Modifier and Type | Method and Description |
---|---|
static EnumerationLiteral |
PropertiesLinkingService.findEnumerationLiteral(EnumerationType enumType,
java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
void |
Aadl2JavaValidator.caseEnumerationType(EnumerationType et) |