Modifier and Type | Method and Description |
---|---|
Mode |
Aadl2Factory.createMode()
Returns a new object of class 'Mode'.
|
Mode |
ComponentClassifier.createOwnedMode()
Creates a new
Mode and appends it to the 'Owned Mode' containment reference list. |
Mode |
ModeBinding.getDerivedMode()
Returns the value of the 'Derived Mode' reference.
|
Mode |
ModeTransition.getDestination()
Returns the value of the 'Destination' reference.
|
Mode |
ModeBinding.getParentMode()
Returns the value of the 'Parent Mode' reference.
|
Mode |
ModeTransition.getSource()
Returns the value of the 'Source' reference.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Mode> |
ModalElement.getAllInModes()
Returns the list of modes the modal element belongs to.
|
org.eclipse.emf.common.util.EList<Mode> |
ComponentClassifier.getAllModes()
Returns all the mode objects of a given classifier, including
ancestor.
|
org.eclipse.emf.common.util.EList<Mode> |
ModalElement.getInModes()
Returns the value of the 'In Mode' reference list.
|
org.eclipse.emf.common.util.EList<Mode> |
ComponentClassifier.getOwnedModes()
Returns the value of the 'Owned Mode' containment reference list.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Connection> |
ComponentImplementation.getAllConnections(Mode mode)
Get list of all connections of a component implementation in a given mode, including ancestor
implementations.
|
org.eclipse.emf.common.util.EList<Connection> |
ComponentImplementation.getOwnedConnections(Mode mode)
Returns the connection objects of a given implementation for a given mode.
|
void |
ModeBinding.setDerivedMode(Mode value)
Sets the value of the '
Derived Mode ' reference. |
void |
ModeTransition.setDestination(Mode value)
Sets the value of the '
Destination ' reference. |
void |
ModeBinding.setParentMode(Mode value)
Sets the value of the '
Parent Mode ' reference. |
void |
ModeTransition.setSource(Mode value)
Sets the value of the '
Source ' reference. |
PropertyExpression |
PropertyAssociation.valueInMode(Mode mode) |
Modifier and Type | Method and Description |
---|---|
void |
NamedElement.removePropertyAssociations(Property pd,
java.util.List<? extends Mode> modes)
Modify the modal property associations so that there are no local
associations for the given property for the given modes.
|
PropertyAssociation |
NamedElement.setPropertyValue(Property pd,
java.util.List<? extends PropertyExpression> pvl,
java.util.List<? extends Mode> modes)
Set property association for given property definition to the specified
value list in the given modes.
|
Modifier and Type | Class and Description |
---|---|
class |
ModeImpl
An implementation of the model object 'Mode'.
|
Modifier and Type | Method and Description |
---|---|
Mode |
ModeBindingImpl.basicGetDerivedMode() |
Mode |
ModeTransitionImpl.basicGetDestination() |
Mode |
ModeBindingImpl.basicGetParentMode() |
Mode |
ModeTransitionImpl.basicGetSource() |
Mode |
Aadl2FactoryImpl.createMode() |
Mode |
ComponentClassifierImpl.createOwnedMode() |
Mode |
ModeBindingImpl.getDerivedMode() |
Mode |
ModeTransitionImpl.getDestination() |
Mode |
ModeBindingImpl.getParentMode() |
Mode |
ModeTransitionImpl.getSource() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Mode> |
SubprogramCallSequenceImpl.getAllInModes() |
org.eclipse.emf.common.util.EList<Mode> |
SubcomponentImpl.getAllInModes() |
org.eclipse.emf.common.util.EList<Mode> |
ModalElementImpl.getAllInModes() |
org.eclipse.emf.common.util.EList<Mode> |
FlowSpecificationImpl.getAllInModes() |
org.eclipse.emf.common.util.EList<Mode> |
EndToEndFlowImpl.getAllInModes() |
org.eclipse.emf.common.util.EList<Mode> |
ConnectionImpl.getAllInModes() |
org.eclipse.emf.common.util.EList<Mode> |
ComponentTypeImpl.getAllModes()
Returns all the mode objects of a given type, including
ancestor.
|
org.eclipse.emf.common.util.EList<Mode> |
ComponentImplementationImpl.getAllModes()
Returns all the mode objects of a given implementation, including
ancestor.
|
org.eclipse.emf.common.util.EList<Mode> |
SubprogramCallSequenceImpl.getInModes() |
org.eclipse.emf.common.util.EList<Mode> |
SubcomponentImpl.getInModes() |
org.eclipse.emf.common.util.EList<Mode> |
ModalPathImpl.getInModes() |
org.eclipse.emf.common.util.EList<Mode> |
ModalElementImpl.getInModes() |
org.eclipse.emf.common.util.EList<Mode> |
FlowSpecificationImpl.getInModes() |
org.eclipse.emf.common.util.EList<Mode> |
EndToEndFlowImpl.getInModes() |
org.eclipse.emf.common.util.EList<Mode> |
ConnectionImpl.getInModes() |
org.eclipse.emf.common.util.EList<Mode> |
ComponentClassifierImpl.getOwnedModes() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Connection> |
ComponentImplementationImpl.getAllConnections(Mode mode)
Get list of all connections of a component implementation in a given mode, including ancestor
implementations.
|
org.eclipse.emf.common.util.EList<Connection> |
ComponentImplementationImpl.getOwnedConnections(Mode mode)
Returns the connection objects of a given implementation for a given mode.
|
void |
ModeBindingImpl.setDerivedMode(Mode newDerivedMode) |
void |
ModeTransitionImpl.setDestination(Mode newDestination) |
void |
ModeBindingImpl.setParentMode(Mode newParentMode) |
void |
ModeTransitionImpl.setSource(Mode newSource) |
PropertyExpression |
PropertyAssociationImpl.valueInMode(Mode mode) |
Modifier and Type | Method and Description |
---|---|
void |
NamedElementImpl.removePropertyAssociations(Property pd,
java.util.List<? extends Mode> modes) |
PropertyAssociation |
NamedElementImpl.setPropertyValue(Property pd,
java.util.List<? extends PropertyExpression> pvl,
java.util.List<? extends Mode> modes) |
Modifier and Type | Interface and Description |
---|---|
interface |
SystemOperationMode
A representation of the model object 'System Operation Mode'.
|
Modifier and Type | Method and Description |
---|---|
Mode |
ModeInstance.getMode()
Returns the value of the 'Mode' reference.
|
Modifier and Type | Method and Description |
---|---|
ModeInstance |
ComponentInstance.findModeInstance(Mode mode)
find the mode instance of this component instance
|
void |
ModeInstance.setMode(Mode value)
Sets the value of the '
Mode ' reference. |
Modifier and Type | Class and Description |
---|---|
class |
SystemOperationModeImpl
An implementation of the model object 'System Operation Mode'.
|
Modifier and Type | Method and Description |
---|---|
Mode |
ModeInstanceImpl.basicGetMode() |
Mode |
ModeInstanceImpl.getMode() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Mode> |
ModeInstanceImpl.getInstantiatedObjects() |
Modifier and Type | Method and Description |
---|---|
ModeInstance |
ComponentInstanceImpl.findModeInstance(Mode mode)
find the mode instance of this component instance
|
void |
ModeInstanceImpl.setMode(Mode newMode) |
Modifier and Type | Method and Description |
---|---|
T |
InstanceSwitch.caseMode(Mode object)
Returns the result of interpreting the object as an instance of 'Mode'.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
AadlUtil.oncePerMode(java.util.List<? extends ModalElement> list,
java.util.List<? extends Mode> allModes)
Check to ensure that there is at most one list element per mode
|
Modifier and Type | Method and Description |
---|---|
static org.eclipse.emf.common.util.EList<Mode> |
ModalElementOperations.getAllInModes(ModalElement modalElement) |
static org.eclipse.emf.common.util.EList<Mode> |
ModalPathOperations.getInModes(ModalPath modalPath) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Mode> |
EvaluatedProperty.MpvProxy.getModes() |
Modifier and Type | Method and Description |
---|---|
T |
Aadl2Switch.caseMode(Mode object)
Returns the result of interpreting the object as an instance of 'Mode'.
|
boolean |
Aadl2Validator.validateMode(Mode mode,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Mode> |
ErrorStateToModeMapping.getMappedModes()
Returns the value of the 'Mapped Modes' reference list.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Mode> |
ErrorStateToModeMappingImpl.getMappedModes() |