Package | Description |
---|---|
org.osate.aadl2 | |
org.osate.aadl2.impl | |
org.osate.aadl2.modelsupport.util | |
org.osate.aadl2.util |
Modifier and Type | Interface and Description |
---|---|
interface |
InternalEvent
A representation of the model object 'Internal Event'.
|
interface |
ProcessorPort
A representation of the model object 'Processor Port'.
|
interface |
TriggerPort
A representation of the model object 'Trigger Port'.
|
Modifier and Type | Method and Description |
---|---|
ModeTransitionTrigger |
ModeTransition.createOwnedTrigger(org.eclipse.emf.ecore.EClass eClass)
Creates a new
ModeTransitionTrigger and appends it to the 'Owned Trigger' containment reference list. |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<ModeTransitionTrigger> |
ModeTransition.getOwnedTriggers()
Returns the value of the 'Owned Trigger' containment reference list.
|
Modifier and Type | Class and Description |
---|---|
class |
InternalEventImpl
An implementation of the model object 'Internal Event'.
|
class |
ModeTransitionTriggerImpl
An implementation of the model object 'Mode Transition Trigger'.
|
class |
ProcessorPortImpl
An implementation of the model object 'Processor Port'.
|
class |
TriggerPortImpl
An implementation of the model object 'Trigger Port'.
|
Modifier and Type | Method and Description |
---|---|
ModeTransitionTrigger |
ModeTransitionImpl.createOwnedTrigger(org.eclipse.emf.ecore.EClass eClass) |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<ModeTransitionTrigger> |
ModeTransitionImpl.getOwnedTriggers() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
AadlUtil.getModeTransitionTriggerName(ModeTransitionTrigger end) |
Modifier and Type | Method and Description |
---|---|
T |
Aadl2Switch.caseModeTransitionTrigger(ModeTransitionTrigger object)
Returns the result of interpreting the object as an instance of 'Mode Transition Trigger'.
|
boolean |
Aadl2Validator.validateModeTransitionTrigger(ModeTransitionTrigger modeTransitionTrigger,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |