Package | Description |
---|---|
org.osate.aadl2.instance | |
org.osate.aadl2.instance.impl | |
org.osate.aadl2.instance.util | |
org.osate.ui.dialogs |
Modifier and Type | Method and Description |
---|---|
ModeInstance |
InstanceFactory.createModeInstance()
Returns a new object of class 'Mode Instance'.
|
ModeInstance |
ComponentInstance.createModeInstance()
Creates a new
ModeInstance and appends it to the 'Mode Instance' containment reference list. |
ModeInstance |
ComponentInstance.findModeInstance(Mode mode)
find the mode instance of this component instance
|
ModeInstance |
ModeTransitionInstance.getDestination()
Returns the value of the 'Destination' reference.
|
ModeInstance |
ModeTransitionInstance.getSource()
Returns the value of the 'Source' reference.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<ModeInstance> |
SystemOperationMode.getCurrentModes()
Returns the value of the 'Current Mode' reference list.
|
org.eclipse.emf.common.util.EList<ModeInstance> |
ComponentInstance.getInModes()
Returns the value of the 'In Mode' reference list.
|
org.eclipse.emf.common.util.EList<ModeInstance> |
EndToEndFlowInstance.getInModes()
Returns the value of the 'In Mode' reference list.
|
org.eclipse.emf.common.util.EList<ModeInstance> |
FlowSpecificationInstance.getInModes()
Returns the value of the 'In Mode' reference list.
|
org.eclipse.emf.common.util.EList<ModeInstance> |
ComponentInstance.getModeInstances()
Returns the value of the 'Mode Instance' containment reference list.
|
org.eclipse.emf.common.util.EList<org.eclipse.emf.common.util.EList<ModeInstance>> |
EndToEndFlowInstance.getModesList() |
org.eclipse.emf.common.util.EList<ModeInstance> |
ModeInstance.getParents()
Returns the value of the 'Parent' reference list.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<SystemOperationMode> |
SystemInstance.getSystemOperationModesFor(ModeInstance mi)
Get the system operation modes containing the given mode instance.
|
void |
ComponentInstance.setCurrentMode(ModeInstance mode)
Project this component into the given mode.
|
void |
ModeTransitionInstance.setDestination(ModeInstance value)
Sets the value of the '
Destination ' reference. |
void |
ModeTransitionInstance.setSource(ModeInstance value)
Sets the value of the '
Source ' reference. |
Modifier and Type | Method and Description |
---|---|
java.util.List<SystemOperationMode> |
SystemInstance.getSystemOperationModesFor(java.util.List<ModeInstance> mis)
get all SOMs that contain the ModeInstance list
|
Modifier and Type | Class and Description |
---|---|
class |
ModeInstanceImpl
An implementation of the model object 'Mode Instance'.
|
Modifier and Type | Method and Description |
---|---|
ModeInstance |
ModeTransitionInstanceImpl.basicGetDestination() |
ModeInstance |
ModeTransitionInstanceImpl.basicGetSource() |
ModeInstance |
InstanceFactoryImpl.createModeInstance() |
ModeInstance |
ComponentInstanceImpl.createModeInstance() |
ModeInstance |
ComponentInstanceImpl.findModeInstance(Mode mode)
find the mode instance of this component instance
|
ModeInstance |
ModeTransitionInstanceImpl.getDestination() |
ModeInstance |
ModeTransitionInstanceImpl.getSource() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<ModeInstance> |
SystemOperationModeImpl.getCurrentModes() |
org.eclipse.emf.common.util.EList<ModeInstance> |
FlowSpecificationInstanceImpl.getInModes() |
org.eclipse.emf.common.util.EList<ModeInstance> |
EndToEndFlowInstanceImpl.getInModes() |
org.eclipse.emf.common.util.EList<ModeInstance> |
ComponentInstanceImpl.getInModes() |
org.eclipse.emf.common.util.EList<ModeInstance> |
ComponentInstanceImpl.getModeInstances() |
org.eclipse.emf.common.util.EList<org.eclipse.emf.common.util.EList<ModeInstance>> |
EndToEndFlowInstanceImpl.getModesList() |
org.eclipse.emf.common.util.EList<ModeInstance> |
ModeInstanceImpl.getParents() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
ModeTransitionInstanceImpl.basicSetDestination(ModeInstance newDestination,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
ModeTransitionInstanceImpl.basicSetSource(ModeInstance newSource,
org.eclipse.emf.common.notify.NotificationChain msgs) |
java.util.List<SystemOperationMode> |
SystemInstanceImpl.getSystemOperationModesFor(ModeInstance mi)
get all SOMs that contain the mode instance
|
void |
ComponentInstanceImpl.setCurrentMode(ModeInstance newMode)
Project this component into the given mode.
|
void |
ModeTransitionInstanceImpl.setDestination(ModeInstance newDestination) |
void |
ModeTransitionInstanceImpl.setSource(ModeInstance newSource) |
Modifier and Type | Method and Description |
---|---|
java.util.List<SystemOperationMode> |
SystemInstanceImpl.getSystemOperationModesFor(java.util.List<ModeInstance> mis)
get all SOMs that contain the ModeInstance list
|
Modifier and Type | Method and Description |
---|---|
T |
InstanceSwitch.caseModeInstance(ModeInstance object)
Returns the result of interpreting the object as an instance of 'Mode Instance'.
|
Modifier and Type | Method and Description |
---|---|
static ModeInstance |
SOMChooserDialog.findModeInstance(ComponentInstance parent,
java.lang.String modeName)
Finds a
ModeInstance that is a direct child of parent with the name of modeName . |