Package | Description |
---|---|
org.osate.aadl2 | |
org.osate.aadl2.impl | |
org.osate.aadl2.operations | |
org.osate.aadl2.util |
Modifier and Type | Interface and Description |
---|---|
interface |
ProcessorCall
A representation of the model object 'Processor Call'.
|
interface |
SubprogramCall
A representation of the model object 'Subprogram Call'.
|
Modifier and Type | Method and Description |
---|---|
CallSpecification |
SubprogramCallSequence.createOwnedCallSpecification(org.eclipse.emf.ecore.EClass eClass)
Creates a new
CallSpecification and appends it to the 'Owned Call Specification' containment reference list. |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<CallSpecification> |
BehavioredImplementation.callSpecifications()
Get all calls owned by owned call sequences.
|
org.eclipse.emf.common.util.EList<CallSpecification> |
BehavioredImplementation.getCallSpecifications()
Returns the value of the 'Call Specification' reference list.
|
org.eclipse.emf.common.util.EList<CallSpecification> |
SubprogramCallSequence.getOwnedCallSpecifications()
Returns the value of the 'Owned Call Specification' containment reference list.
|
Modifier and Type | Class and Description |
---|---|
class |
CallSpecificationImpl
An implementation of the model object 'Call Specification'.
|
class |
ProcessorCallImpl
An implementation of the model object 'Processor Call'.
|
class |
SubprogramCallImpl
An implementation of the model object 'Subprogram Call'.
|
Modifier and Type | Method and Description |
---|---|
CallSpecification |
SubprogramCallSequenceImpl.createOwnedCallSpecification(org.eclipse.emf.ecore.EClass eClass) |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<CallSpecification> |
BehavioredImplementationImpl.callSpecifications() |
org.eclipse.emf.common.util.EList<CallSpecification> |
BehavioredImplementationImpl.getCallSpecifications() |
org.eclipse.emf.common.util.EList<CallSpecification> |
SubprogramCallSequenceImpl.getOwnedCallSpecifications() |
Modifier and Type | Method and Description |
---|---|
static org.eclipse.emf.common.util.EList<CallSpecification> |
BehavioredImplementationOperations.callSpecifications(BehavioredImplementation behavioredImplementation)
Get all calls owned by owned call sequences.
|
Modifier and Type | Method and Description |
---|---|
T |
Aadl2Switch.caseCallSpecification(CallSpecification object)
Returns the result of interpreting the object as an instance of 'Call Specification'.
|
boolean |
Aadl2Validator.validateCallSpecification(CallSpecification callSpecification,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |