|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ModeInstance
A representation of the model object 'Mode Instance'.
The following features are supported:
InstancePackage.getModeInstance()
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
void |
addDstModeTransition(ModeTransitionInstance value)
Adds to the list the value of the ' Dst Mode Transition ' reference list |
void |
addSrcModeTransition(ModeTransitionInstance value)
Adds to the list the value of the ' Src Mode Transition ' reference list |
org.eclipse.emf.common.util.EList |
getDstModeTransition()
Returns the value of the 'Dst Mode Transition' reference list. |
Mode |
getMode()
Returns the value of the 'Mode' reference |
org.eclipse.emf.common.util.EList |
getSrcModeTransition()
Returns the value of the 'Src Mode Transition' reference list. |
ModeState |
getState()
Returns the value of the 'State' attribute. |
void |
setMode(Mode value)
Sets the value of the ' Mode ' reference |
void |
setState(ModeState value)
Sets the value of the ' State ' attribute |
Methods inherited from interface edu.cmu.sei.aadl.model.instance.InstanceObject |
---|
getComponentInstanceList, getComponentInstancePath, getContainingComponentInstance, getInstanceObjectPath, getInstantiatedObjects, getSystemInstance |
Methods inherited from interface edu.cmu.sei.aadl.model.core.NamedElement |
---|
getName, setName |
Methods inherited from interface edu.cmu.sei.aadl.model.core.AObject |
---|
addComment, getAadlSpec, getAObjectRoot, getChildren, getComment, getContainingClassifier, getContainingClassifierNameSpace, getContainingComponentImpl, getContainingComponentType, getContainingPropertyAssociationDefinitionConstant, getContainingSubcomponent, getLocationReference, getReferencedObject, getSecondReferencedObject, setLocationReference, setLocationReference |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
---|
getAdapter |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
org.eclipse.emf.common.util.EList getSrcModeTransition()
ModeTransitionInstance
.
It is bidirectional and its opposite is 'Src
'.
If the meaning of the 'Src Mode Transition' reference list isn't clear, there really should be more of a description here...
InstancePackage.getModeInstance_SrcModeTransition()
,
ModeTransitionInstance.getSrc()
void addSrcModeTransition(ModeTransitionInstance value)
Src Mode Transition
' reference list.
value
- the value to add to 'Src Mode Transition' reference list.org.eclipse.emf.common.util.EList getDstModeTransition()
ModeTransitionInstance
.
It is bidirectional and its opposite is 'Dst
'.
If the meaning of the 'Dst Mode Transition' reference list isn't clear, there really should be more of a description here...
InstancePackage.getModeInstance_DstModeTransition()
,
ModeTransitionInstance.getDst()
void addDstModeTransition(ModeTransitionInstance value)
Dst Mode Transition
' reference list.
value
- the value to add to 'Dst Mode Transition' reference list.Mode getMode()
If the meaning of the 'Mode' reference isn't clear, there really should be more of a description here...
setMode(Mode)
,
InstancePackage.getModeInstance_Mode()
void setMode(Mode value)
Mode
' reference.
value
- the new value of the 'Mode' reference.getMode()
ModeState getState()
"NORMAL"
.
The literals are from the enumeration ModeState
.
If the meaning of the 'State' attribute isn't clear, there really should be more of a description here...
ModeState
,
setState(ModeState)
,
InstancePackage.getModeInstance_State()
void setState(ModeState value)
State
' attribute.
value
- the new value of the 'State' attribute.ModeState
,
getState()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |