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 |
BusPrototype
A representation of the model object 'Bus Prototype'.
|
interface |
ComponentPrototype
A representation of the model object 'Component Prototype'.
|
interface |
DataPrototype
A representation of the model object 'Data Prototype'.
|
interface |
DevicePrototype
A representation of the model object 'Device Prototype'.
|
interface |
FeatureGroupPrototype
A representation of the model object 'Feature Group Prototype'.
|
interface |
FeaturePrototype
A representation of the model object 'Feature Prototype'.
|
interface |
MemoryPrototype
A representation of the model object 'Memory Prototype'.
|
interface |
ProcessorPrototype
A representation of the model object 'Processor Prototype'.
|
interface |
ProcessPrototype
A representation of the model object 'Process Prototype'.
|
interface |
Prototype
A representation of the model object 'Prototype'.
|
interface |
Subprogram
A representation of the model object 'Subprogram'.
|
interface |
SubprogramAccess
A representation of the model object 'Subprogram Access'.
|
interface |
SubprogramClassifier
A representation of the model object 'Subprogram Classifier'.
|
interface |
SubprogramGroupPrototype
A representation of the model object 'Subprogram Group Prototype'.
|
interface |
SubprogramImplementation
A representation of the model object 'Subprogram Implementation'.
|
interface |
SubprogramPrototype
A representation of the model object 'Subprogram Prototype'.
|
interface |
SubprogramSubcomponent
A representation of the model object 'Subprogram Subcomponent'.
|
interface |
SubprogramSubcomponentType
A representation of the model object 'Subprogram Subcomponent Type'.
|
interface |
SubprogramType
A representation of the model object 'Subprogram Type'.
|
interface |
SystemPrototype
A representation of the model object 'System Prototype'.
|
interface |
ThreadGroupPrototype
A representation of the model object 'Thread Group Prototype'.
|
interface |
ThreadPrototype
A representation of the model object 'Thread Prototype'.
|
interface |
VirtualBusPrototype
A representation of the model object 'Virtual Bus Prototype'.
|
interface |
VirtualProcessorPrototype
A representation of the model object 'Virtual Processor Prototype'.
|
Modifier and Type | Method and Description |
---|---|
CalledSubprogram |
SubprogramCall.getCalledSubprogram()
Returns the value of the 'Called Subprogram' reference.
|
Modifier and Type | Method and Description |
---|---|
void |
SubprogramCall.setCalledSubprogram(CalledSubprogram value)
Sets the value of the '
Called Subprogram ' 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 |
BusPrototypeImpl
An implementation of the model object 'Bus Prototype'.
|
class |
CalledSubprogramImpl
An implementation of the model object 'Called Subprogram'.
|
class |
ComponentPrototypeImpl
An implementation of the model object 'Component Prototype'.
|
class |
DataPrototypeImpl
An implementation of the model object 'Data Prototype'.
|
class |
DevicePrototypeImpl
An implementation of the model object 'Device Prototype'.
|
class |
FeatureGroupPrototypeImpl
An implementation of the model object 'Feature Group Prototype'.
|
class |
FeaturePrototypeImpl
An implementation of the model object 'Feature Prototype'.
|
class |
MemoryPrototypeImpl
An implementation of the model object 'Memory Prototype'.
|
class |
ProcessorPrototypeImpl
An implementation of the model object 'Processor Prototype'.
|
class |
ProcessPrototypeImpl
An implementation of the model object 'Process Prototype'.
|
class |
PrototypeImpl
An implementation of the model object 'Prototype'.
|
class |
SubprogramAccessImpl
An implementation of the model object 'Subprogram Access'.
|
class |
SubprogramClassifierImpl
An implementation of the model object 'Subprogram Classifier'.
|
class |
SubprogramGroupPrototypeImpl
An implementation of the model object 'Subprogram Group Prototype'.
|
class |
SubprogramImpl
An implementation of the model object 'Subprogram'.
|
class |
SubprogramImplementationImpl
An implementation of the model object 'Subprogram Implementation'.
|
class |
SubprogramPrototypeImpl
An implementation of the model object 'Subprogram Prototype'.
|
class |
SubprogramSubcomponentImpl
An implementation of the model object 'Subprogram Subcomponent'.
|
class |
SubprogramSubcomponentTypeImpl
An implementation of the model object 'Subprogram Subcomponent Type'.
|
class |
SubprogramTypeImpl
An implementation of the model object 'Subprogram Type'.
|
class |
SystemPrototypeImpl
An implementation of the model object 'System Prototype'.
|
class |
ThreadGroupPrototypeImpl
An implementation of the model object 'Thread Group Prototype'.
|
class |
ThreadPrototypeImpl
An implementation of the model object 'Thread Prototype'.
|
class |
VirtualBusPrototypeImpl
An implementation of the model object 'Virtual Bus Prototype'.
|
class |
VirtualProcessorPrototypeImpl
An implementation of the model object 'Virtual Processor Prototype'.
|
Modifier and Type | Method and Description |
---|---|
CalledSubprogram |
SubprogramCallImpl.basicGetCalledSubprogram() |
CalledSubprogram |
SubprogramCallImpl.getCalledSubprogram() |
Modifier and Type | Method and Description |
---|---|
void |
SubprogramCallImpl.setCalledSubprogram(CalledSubprogram newCalledSubprogram) |
Modifier and Type | Method and Description |
---|---|
T |
Aadl2Switch.caseCalledSubprogram(CalledSubprogram object)
Returns the result of interpreting the object as an instance of 'Called Subprogram'.
|
boolean |
Aadl2Validator.validateCalledSubprogram(CalledSubprogram calledSubprogram,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |