Package | Description |
---|---|
org.osate.aadl2 | |
org.osate.aadl2.impl | |
org.osate.aadl2.instance | |
org.osate.aadl2.instance.impl | |
org.osate.aadl2.operations | |
org.osate.aadl2.util |
Modifier and Type | Method and Description |
---|---|
ModeTransition |
Aadl2Factory.createModeTransition()
Returns a new object of class 'Mode Transition'.
|
ModeTransition |
ComponentClassifier.createOwnedModeTransition()
Creates a new
ModeTransition and appends it to the 'Owned Mode Transition' containment reference list. |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<ModeTransition> |
ModalPath.getAllInModeTransitions() |
org.eclipse.emf.common.util.EList<ModeTransition> |
ComponentClassifier.getAllModeTransitions()
Returns all the mode transition objects of a given classifier,
including ancestor.
|
org.eclipse.emf.common.util.EList<ModeTransition> |
ModalPath.getInModeTransitions() |
org.eclipse.emf.common.util.EList<ModeTransition> |
ComponentClassifier.getOwnedModeTransitions()
Returns the value of the 'Owned Mode Transition' containment reference list.
|
Modifier and Type | Class and Description |
---|---|
class |
ModeTransitionImpl
An implementation of the model object 'Mode Transition'.
|
Modifier and Type | Method and Description |
---|---|
ModeTransition |
Aadl2FactoryImpl.createModeTransition() |
ModeTransition |
ComponentClassifierImpl.createOwnedModeTransition() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<ModeTransition> |
ModalPathImpl.getAllInModeTransitions() |
org.eclipse.emf.common.util.EList<ModeTransition> |
FlowSpecificationImpl.getAllInModeTransitions() |
org.eclipse.emf.common.util.EList<ModeTransition> |
EndToEndFlowImpl.getAllInModeTransitions() |
org.eclipse.emf.common.util.EList<ModeTransition> |
ConnectionImpl.getAllInModeTransitions() |
org.eclipse.emf.common.util.EList<ModeTransition> |
ComponentTypeImpl.getAllModeTransitions()
Returns all the mode transition objects of a given type,
including ancestor.
|
org.eclipse.emf.common.util.EList<ModeTransition> |
ComponentImplementationImpl.getAllModeTransitions()
Returns all the mode transition objects of a given implementation,
including ancestor.
|
org.eclipse.emf.common.util.EList<ModeTransition> |
ModalPathImpl.getInModeTransitions() |
org.eclipse.emf.common.util.EList<ModeTransition> |
FlowSpecificationImpl.getInModeTransitions() |
org.eclipse.emf.common.util.EList<ModeTransition> |
EndToEndFlowImpl.getInModeTransitions() |
org.eclipse.emf.common.util.EList<ModeTransition> |
ConnectionImpl.getInModeTransitions() |
org.eclipse.emf.common.util.EList<ModeTransition> |
ComponentClassifierImpl.getOwnedModeTransitions() |
Modifier and Type | Method and Description |
---|---|
ModeTransition |
ModeTransitionInstance.getModeTransition()
Returns the value of the 'Mode Transition' reference.
|
Modifier and Type | Method and Description |
---|---|
ModeTransitionInstance |
ComponentInstance.findModeTransitionInstance(ModeTransition mt)
find the mode transition instance of this component instance
|
void |
ModeTransitionInstance.setModeTransition(ModeTransition value)
Sets the value of the '
Mode Transition ' reference. |
Modifier and Type | Method and Description |
---|---|
ModeTransition |
ModeTransitionInstanceImpl.basicGetModeTransition() |
ModeTransition |
ModeTransitionInstanceImpl.getModeTransition() |
Modifier and Type | Method and Description |
---|---|
ModeTransitionInstance |
ComponentInstanceImpl.findModeTransitionInstance(ModeTransition mt)
find the mode transition instance of this component instance
|
void |
ModeTransitionInstanceImpl.setModeTransition(ModeTransition newModeTransition) |
Modifier and Type | Method and Description |
---|---|
static org.eclipse.emf.common.util.EList<ModeTransition> |
ModalPathOperations.getAllInModeTransitions(ModalPath modalPath) |
static org.eclipse.emf.common.util.EList<ModeTransition> |
ModalPathOperations.getInModeTransitions(ModalPath modalPath) |
Modifier and Type | Method and Description |
---|---|
T |
Aadl2Switch.caseModeTransition(ModeTransition object)
Returns the result of interpreting the object as an instance of 'Mode Transition'.
|
boolean |
Aadl2Validator.validateModeTransition(ModeTransition modeTransition,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |