Package | Description |
---|---|
org.osate.aadl2 | |
org.osate.aadl2.impl | |
org.osate.aadl2.util |
Modifier and Type | Interface and Description |
---|---|
interface |
AbstractType
A representation of the model object 'Abstract Type'.
|
interface |
DataType
A representation of the model object 'Data Type'.
|
interface |
FeatureGroup
A representation of the model object 'Feature Group'.
|
interface |
SubprogramGroupAccess
A representation of the model object 'Subprogram Group Access'.
|
interface |
SubprogramGroupSubcomponent
A representation of the model object 'Subprogram Group Subcomponent'.
|
interface |
SubprogramGroupType
A representation of the model object 'Subprogram Group Type'.
|
Modifier and Type | Method and Description |
---|---|
CallContext |
SubprogramCall.getContext()
Returns the value of the 'Context' reference.
|
Modifier and Type | Method and Description |
---|---|
void |
SubprogramCall.setContext(CallContext value)
Sets the value of the '
Context ' reference. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTypeImpl
An implementation of the model object 'Abstract Type'.
|
class |
CallContextImpl
An implementation of the model object 'Call Context'.
|
class |
DataTypeImpl
An implementation of the model object 'Data Type'.
|
class |
FeatureGroupImpl
An implementation of the model object 'Feature Group'.
|
class |
SubprogramGroupAccessImpl
An implementation of the model object 'Subprogram Group Access'.
|
class |
SubprogramGroupSubcomponentImpl
An implementation of the model object 'Subprogram Group Subcomponent'.
|
class |
SubprogramGroupTypeImpl
An implementation of the model object 'Subprogram Group Type'.
|
Modifier and Type | Method and Description |
---|---|
CallContext |
SubprogramCallImpl.basicGetContext() |
CallContext |
SubprogramCallImpl.getContext() |
Modifier and Type | Method and Description |
---|---|
void |
SubprogramCallImpl.setContext(CallContext newContext) |
Modifier and Type | Method and Description |
---|---|
T |
Aadl2Switch.caseCallContext(CallContext object)
Returns the result of interpreting the object as an instance of 'Call Context'.
|
boolean |
Aadl2Validator.validateCallContext(CallContext callContext,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |