Package | Description |
---|---|
org.osate.aadl2 | |
org.osate.aadl2.impl | |
org.osate.aadl2.util |
Modifier and Type | Interface and Description |
---|---|
interface |
AbstractClassifier
A representation of the model object 'Abstract Classifier'.
|
interface |
AbstractImplementation
A representation of the model object 'Abstract Implementation'.
|
interface |
AbstractPrototype
A representation of the model object 'Abstract Prototype'.
|
interface |
AbstractType
A representation of the model object 'Abstract Type'.
|
interface |
DeviceClassifier
A representation of the model object 'Device Classifier'.
|
interface |
DeviceImplementation
A representation of the model object 'Device Implementation'.
|
interface |
DevicePrototype
A representation of the model object 'Device Prototype'.
|
interface |
DeviceType
A representation of the model object 'Device Type'.
|
Modifier and Type | Method and Description |
---|---|
DeviceSubcomponentType |
DeviceSubcomponent.getDeviceSubcomponentType()
Returns the value of the 'Device Subcomponent Type' reference.
|
Modifier and Type | Method and Description |
---|---|
void |
DeviceSubcomponent.setDeviceSubcomponentType(DeviceSubcomponentType value)
Sets the value of the '
Device Subcomponent Type ' reference. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractClassifierImpl
An implementation of the model object 'Abstract Classifier'.
|
class |
AbstractImplementationImpl
An implementation of the model object 'Abstract Implementation'.
|
class |
AbstractPrototypeImpl
An implementation of the model object 'Abstract Prototype'.
|
class |
AbstractTypeImpl
An implementation of the model object 'Abstract Type'.
|
class |
DeviceClassifierImpl
An implementation of the model object 'Device Classifier'.
|
class |
DeviceImplementationImpl
An implementation of the model object 'Device Implementation'.
|
class |
DevicePrototypeImpl
An implementation of the model object 'Device Prototype'.
|
class |
DeviceSubcomponentTypeImpl
An implementation of the model object 'Device Subcomponent Type'.
|
class |
DeviceTypeImpl
An implementation of the model object 'Device Type'.
|
Modifier and Type | Method and Description |
---|---|
DeviceSubcomponentType |
DeviceSubcomponentImpl.basicGetDeviceSubcomponentType() |
DeviceSubcomponentType |
DeviceSubcomponentImpl.getDeviceSubcomponentType() |
Modifier and Type | Method and Description |
---|---|
void |
DeviceSubcomponentImpl.setDeviceSubcomponentType(DeviceSubcomponentType newDeviceSubcomponentType) |
Modifier and Type | Method and Description |
---|---|
T |
Aadl2Switch.caseDeviceSubcomponentType(DeviceSubcomponentType object)
Returns the result of interpreting the object as an instance of 'Device Subcomponent Type'.
|
boolean |
Aadl2Validator.validateDeviceSubcomponentType(DeviceSubcomponentType deviceSubcomponentType,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |