|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Mode | |
---|---|
edu.cmu.sei.aadl.model.core | |
edu.cmu.sei.aadl.model.core.impl | This package contains interfaces and classes that represent the abstract component objects as well as the pacakge concepts. |
edu.cmu.sei.aadl.model.core.util | |
edu.cmu.sei.aadl.model.instance | |
edu.cmu.sei.aadl.model.instance.impl | |
edu.cmu.sei.aadl.model.instance.util | |
edu.cmu.sei.aadl.model.properties | This package contains interfaces and classes that are used in the lookup of property values. |
Uses of Mode in edu.cmu.sei.aadl.model.core |
---|
Methods in edu.cmu.sei.aadl.model.core that return Mode | |
---|---|
Mode |
CoreFactory.createMode()
Returns a new object of class 'Mode' |
Mode |
ComponentImpl.findMode(java.lang.String name)
Find a mode by name in this component implementation and its superimplementations. |
Mode |
ModeTransition.getDstMode()
Returns the value of the 'Dst Mode' reference. |
Mode |
Mode.getRefines()
Returns the value of the 'Refines' reference |
Mode |
ModeTransition.getSrcMode()
Returns the value of the 'Src Mode' reference. |
Methods in edu.cmu.sei.aadl.model.core with parameters of type Mode | |
---|---|
void |
ModeMember.addInModes(Mode value)
Adds to the list the value of the ' In Modes ' reference list |
void |
Modes.addMode(Mode value)
Adds to the list the value of the ' Mode ' containment reference list |
org.eclipse.emf.common.util.EList |
ComponentImpl.getAllConnection(Mode mode)
get list of all connections of a component impl in a given mode, including ancestor features In case of refined connections the refined connection is returned in the list. |
FlowImpl |
ComponentImpl.getAllFlowImpl(FlowSpec flowSpec,
Mode mode)
get the flow implementation for a given flow specification in the given mode. |
org.eclipse.emf.common.util.EList |
ComponentImpl.getAllFlowSequence(Mode mode)
get list of all flow sequence objects of a component impl, including ancestor flow sequences that apply in the specified mode. |
org.eclipse.emf.common.util.EList |
ComponentImpl.getConnection(Mode mode)
returns the connection objects of a given implementation for a given mode |
org.eclipse.emf.common.util.EList |
ComponentImpl.getFlowSequence(Mode mode)
returns the flow sequence objects of a given implementation for a given mode |
org.eclipse.emf.common.util.EList |
ComponentImpl.getXAllSubcomponent(Mode mode)
get list of all subcomponents in the specified mode of a component impl, including ancestor features In case of refined connections the refined connection is returned in the list. |
org.eclipse.emf.common.util.EList |
ComponentImpl.getXSubcomponent(Mode mode)
returns the subcomponents list of a given mode in an implementation null if no subcomponents clause does not exist and empty list if no subc. |
boolean |
ModeMember.isAllInMode(Mode m)
determine whether the mode member is active in the specified mode take into account that the in modes may be declared in an ancestor |
boolean |
ModeMember.isInMode(Mode m)
determine whether the mode member is active in the specified mode |
void |
ModeTransition.setDstMode(Mode value)
Sets the value of the ' Dst Mode ' reference |
void |
Mode.setRefines(Mode value)
Sets the value of the ' Refines ' reference |
void |
ModeTransition.setSrcMode(Mode value)
Sets the value of the ' Src Mode ' reference |
Uses of Mode in edu.cmu.sei.aadl.model.core.impl |
---|
Classes in edu.cmu.sei.aadl.model.core.impl that implement Mode | |
---|---|
class |
ModeImpl
An implementation of the model object 'Mode' |
Fields in edu.cmu.sei.aadl.model.core.impl declared as Mode | |
---|---|
protected Mode |
ModeTransitionImpl.dstMode
The cached value of the ' Dst Mode ' reference |
protected Mode |
ModeImpl.refines
The cached value of the ' Refines ' reference |
protected Mode |
ModeTransitionImpl.srcMode
The cached value of the ' Src Mode ' reference |
Methods in edu.cmu.sei.aadl.model.core.impl that return Mode | |
---|---|
Mode |
ModeImpl.basicGetRefines()
|
Mode |
CoreFactoryImpl.createMode()
|
Mode |
ComponentImplImpl.findMode(java.lang.String name)
|
Mode |
ModeTransitionImpl.getDstMode()
|
Mode |
ModeImpl.getRefines()
|
Mode |
ModeTransitionImpl.getSrcMode()
|
Methods in edu.cmu.sei.aadl.model.core.impl with parameters of type Mode | |
---|---|
void |
ModeMemberImpl.addInModes(Mode newInModes)
phf: add element to multiplicity EList |
void |
ModesImpl.addMode(Mode newMode)
phf: add element to multiplicity EList |
org.eclipse.emf.common.notify.NotificationChain |
ModeTransitionImpl.basicSetDstMode(Mode newDstMode,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
ModeTransitionImpl.basicSetSrcMode(Mode newSrcMode,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.util.EList |
ComponentImplImpl.getAllConnection(Mode mode)
get list of all connections of a component impl in a given mode, including ancestor features In case of refined connections the refined connection is returned in the list. |
FlowImpl |
ComponentImplImpl.getAllFlowImpl(FlowSpec flowSpec,
Mode mode)
|
org.eclipse.emf.common.util.EList |
ComponentImplImpl.getAllFlowSequence(Mode mode)
get list of all flow sequence objects of a component impl, including ancestor flow sequences that apply in the specified mode. |
org.eclipse.emf.common.util.EList |
ComponentImplImpl.getConnection(Mode mode)
returns the connection objects of a given implementation for a given mode |
org.eclipse.emf.common.util.EList |
ComponentImplImpl.getFlowSequence(Mode mode)
returns the flow sequence objects of a given implementation for a given mode |
org.eclipse.emf.common.util.EList |
ComponentImplImpl.getXAllSubcomponent(Mode mode)
get list of all subcomponents in the specified mode of a component impl, including ancestor features In case of refined connections the refined connection is returned in the list. |
org.eclipse.emf.common.util.EList |
ComponentImplImpl.getXSubcomponent(Mode mode)
returns the subcomponents list of a given mode in an implementation null if no subcomponents clause does not exist and empty list if no subc. |
boolean |
ModeMemberImpl.isAllInMode(Mode m)
determine whether the mode member is active in the specified mode take into account that the in modes may be declared in an ancestor |
boolean |
ModeMemberImpl.isInMode(Mode m)
determine whether the mode member is active in the specified mode |
boolean |
ConnectionImpl.isInMode(Mode m)
determine whether the mode member is active in the specified mode |
void |
ModeTransitionImpl.setDstMode(Mode newDstMode)
phf: we want an add version for EList |
void |
ModeImpl.setRefines(Mode newRefines)
phf: we want an add version for EList |
void |
ModeTransitionImpl.setSrcMode(Mode newSrcMode)
phf: we want an add version for EList |
Uses of Mode in edu.cmu.sei.aadl.model.core.util |
---|
Methods in edu.cmu.sei.aadl.model.core.util with parameters of type Mode | |
---|---|
java.lang.Object |
CoreSwitch.caseMode(Mode object)
Returns the result of interpretting the object as an instance of 'Mode' |
Uses of Mode in edu.cmu.sei.aadl.model.instance |
---|
Subinterfaces of Mode in edu.cmu.sei.aadl.model.instance | |
---|---|
interface |
SystemOperationMode
A representation of the model object 'System Operation Mode' |
Methods in edu.cmu.sei.aadl.model.instance that return Mode | |
---|---|
Mode |
ModeInstance.getMode()
Returns the value of the 'Mode' reference |
Methods in edu.cmu.sei.aadl.model.instance with parameters of type Mode | |
---|---|
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 |
Uses of Mode in edu.cmu.sei.aadl.model.instance.impl |
---|
Classes in edu.cmu.sei.aadl.model.instance.impl that implement Mode | |
---|---|
class |
SystemOperationModeImpl
An implementation of the model object 'System Operation Mode' |
Fields in edu.cmu.sei.aadl.model.instance.impl declared as Mode | |
---|---|
protected Mode |
ModeInstanceImpl.mode
The cached value of the ' Mode ' reference |
Methods in edu.cmu.sei.aadl.model.instance.impl that return Mode | |
---|---|
Mode |
ModeInstanceImpl.basicGetMode()
|
Mode |
ModeInstanceImpl.getMode()
|
Methods in edu.cmu.sei.aadl.model.instance.impl with parameters of type Mode | |
---|---|
ModeInstance |
ComponentInstanceImpl.findModeInstance(Mode mode)
find the mode instance of this component instance |
void |
ModeInstanceImpl.setMode(Mode newMode)
|
Uses of Mode in edu.cmu.sei.aadl.model.instance.util |
---|
Methods in edu.cmu.sei.aadl.model.instance.util with parameters of type Mode | |
---|---|
java.lang.Object |
InstanceSwitch.caseMode(Mode object)
Returns the result of interpretting the object as an instance of 'Mode' |
Uses of Mode in edu.cmu.sei.aadl.model.properties |
---|
Methods in edu.cmu.sei.aadl.model.properties with parameters of type Mode | |
---|---|
ModalPropertyValueAccumulatorImpl.PAWrapper |
ModalPropertyValueAccumulatorImpl.ModalAssociations.getAssociation(Mode mode)
Get the association that holds for a particular mode. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |