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 |
BusClassifier
A representation of the model object 'Bus Classifier'.
|
interface |
BusImplementation
A representation of the model object 'Bus Implementation'.
|
interface |
BusPrototype
A representation of the model object 'Bus Prototype'.
|
interface |
BusType
A representation of the model object 'Bus Type'.
|
Modifier and Type | Method and Description |
---|---|
BusSubcomponentType |
BusAccess.getBusFeatureClassifier()
Returns the value of the 'Bus Feature Classifier' reference.
|
BusSubcomponentType |
BusSubcomponent.getBusSubcomponentType()
Returns the value of the 'Bus Subcomponent Type' reference.
|
Modifier and Type | Method and Description |
---|---|
void |
BusAccess.setBusFeatureClassifier(BusSubcomponentType value)
Sets the value of the '
Bus Feature Classifier ' reference. |
void |
BusSubcomponent.setBusSubcomponentType(BusSubcomponentType value)
Sets the value of the '
Bus 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 |
BusClassifierImpl
An implementation of the model object 'Bus Classifier'.
|
class |
BusImplementationImpl
An implementation of the model object 'Bus Implementation'.
|
class |
BusPrototypeImpl
An implementation of the model object 'Bus Prototype'.
|
class |
BusSubcomponentTypeImpl
An implementation of the model object 'Bus Subcomponent Type'.
|
class |
BusTypeImpl
An implementation of the model object 'Bus Type'.
|
Modifier and Type | Method and Description |
---|---|
BusSubcomponentType |
BusAccessImpl.basicGetBusFeatureClassifier() |
BusSubcomponentType |
BusSubcomponentImpl.basicGetBusSubcomponentType() |
BusSubcomponentType |
BusAccessImpl.getBusFeatureClassifier() |
BusSubcomponentType |
BusSubcomponentImpl.getBusSubcomponentType() |
Modifier and Type | Method and Description |
---|---|
void |
BusAccessImpl.setBusFeatureClassifier(BusSubcomponentType newBusFeatureClassifier) |
void |
BusSubcomponentImpl.setBusSubcomponentType(BusSubcomponentType newBusSubcomponentType) |
Modifier and Type | Method and Description |
---|---|
T |
Aadl2Switch.caseBusSubcomponentType(BusSubcomponentType object)
Returns the result of interpreting the object as an instance of 'Bus Subcomponent Type'.
|
boolean |
Aadl2Validator.validateBusSubcomponentType(BusSubcomponentType busSubcomponentType,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |