|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ModeTransitionInstance
A representation of the model object 'Mode Transition Instance'.
The following features are supported:
InstancePackage.getModeTransitionInstance()
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
void |
addDstModeTransitionConnection(ModeTransitionConnectionInstance value)
Adds to the list the value of the ' Dst Mode Transition Connection ' reference list |
ModeInstance |
getDst()
Returns the value of the 'Dst' reference. |
org.eclipse.emf.common.util.EList |
getDstModeTransitionConnection()
Returns the value of the 'Dst Mode Transition Connection' reference list. |
ModeTransition |
getModeTransition()
Returns the value of the 'Mode Transition' reference |
ModeInstance |
getSrc()
Returns the value of the 'Src' reference. |
void |
setDst(ModeInstance value)
Sets the value of the ' Dst ' reference |
void |
setModeTransition(ModeTransition value)
Sets the value of the ' Mode Transition ' reference |
void |
setSrc(ModeInstance value)
Sets the value of the ' Src ' reference |
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 getDstModeTransitionConnection()
ModeTransitionConnectionInstance
.
It is bidirectional and its opposite is 'Dst
'.
Get the mode transition connections that drive this mode transition. This
method is sensitive to the
current system
operation mode
. If this object is not part of system instance, then all
the connections are returned; modifying the returned list in this case
will change the model.. If this object is part of a system
instance and the the current SOM is set, then this method only returns
those connection instances that exist in the current SOM. Modifying the
returned list in this case will not change the model. If the current SOM
is not set, then it returns all the connection instances; modifying the returned list in this case will change
the model.
InstancePackage.getModeTransitionInstance_DstModeTransitionConnection()
,
ModeTransitionConnectionInstance.getDst()
void addDstModeTransitionConnection(ModeTransitionConnectionInstance value)
Dst Mode Transition Connection
' reference list.
value
- the value to add to 'Dst Mode Transition Connection' reference list.ModeInstance getSrc()
Src Mode Transition
'.
If the meaning of the 'Src' reference isn't clear, there really should be more of a description here...
setSrc(ModeInstance)
,
InstancePackage.getModeTransitionInstance_Src()
,
ModeInstance.getSrcModeTransition()
void setSrc(ModeInstance value)
Src
' reference.
value
- the new value of the 'Src' reference.getSrc()
ModeInstance getDst()
Dst Mode Transition
'.
If the meaning of the 'Dst' reference isn't clear, there really should be more of a description here...
setDst(ModeInstance)
,
InstancePackage.getModeTransitionInstance_Dst()
,
ModeInstance.getDstModeTransition()
void setDst(ModeInstance value)
Dst
' reference.
value
- the new value of the 'Dst' reference.getDst()
ModeTransition getModeTransition()
If the meaning of the 'Mode Transition' reference isn't clear, there really should be more of a description here...
setModeTransition(ModeTransition)
,
InstancePackage.getModeTransitionInstance_ModeTransition()
void setModeTransition(ModeTransition value)
Mode Transition
' reference.
value
- the new value of the 'Mode Transition' reference.getModeTransition()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |