public interface StateVertex extends ModelElement
The following features are supported:
RhapsodyPackage.getStateVertex()
Modifier and Type | Method and Description |
---|---|
com.sodius.mdw.core.model.emf.MDWEList |
getInTransitions()
Returns the value of the 'In Transitions' reference list.
|
com.sodius.mdw.core.model.emf.MDWEList |
getOutTransitions()
Returns the value of the 'Out Transitions' reference list.
|
State |
getParent()
Returns the value of the 'Parent' reference.
|
Swimlane |
getSwimlane()
Returns the value of the 'Swimlane' reference.
|
void |
setParent(State value)
Sets the value of the '
Parent ' reference. |
void |
setSwimlane(Swimlane value)
Sets the value of the '
Swimlane ' reference. |
getAllTags, getAnnotations, getConstraints, getConstraintsByHim, getControlledFiles, getDependencies, getDescription, getDescriptionHTML, getDescriptionRTF, getDisplayName, getFullPathName, getGUID, getHyperLinks, getInterfaceName, getLocalTags, getMainDiagram, getMetaClass, getName, getOfTemplate, getOwnedDependencies, getOwner, getProject, getProperties, getProperty, getReferences, getStereotype, getStereotypes, getTemplateParameters, getTi, getUserDefinedMetaClass, isATemplate, isExternal, isRequirementTraceabilityHandle, isShowDisplayName, isUnresolved, setDescription, setDescriptionHTML, setDescriptionRTF, setDisplayName, setFullPathName, setGUID, setInterfaceName, setIsATemplate, setIsExternal, setIsShowDisplayName, setIsUnresolved, setMainDiagram, setMetaClass, setName, setOfTemplate, setOwner, setProject, setRequirementTraceabilityHandle, setStereotype, setTi, setUserDefinedMetaClass
compareTo, eExtendedClass, eIsInstanceOf, eIsInstanceOf, eIsProfiled, eIsRemoved, eMetamodel, eMetaTypeName, eModel, eRemove, eSetUniqueID, eUniqueID, superScript, superScript, toBoolean, toBoolean, toByte, toByte, toChar, toChar, toDouble, toDouble, toFloat, toFloat, toInt, toInt, toList, toList, toList, toList, toList, toLong, toLong, toObject, toObject, toSet, toSet, toShort, toShort, toString, toString
getEAnnotation, getEAnnotations
State getParent()
Sub State Vertices
'.
setParent(State)
,
RhapsodyPackage.getStateVertex_Parent()
,
State.getSubStateVertices()
void setParent(State value)
Parent
' reference.
value
- the new value of the 'Parent' reference.getParent()
com.sodius.mdw.core.model.emf.MDWEList getOutTransitions()
Transition
.
RhapsodyPackage.getStateVertex_OutTransitions()
com.sodius.mdw.core.model.emf.MDWEList getInTransitions()
Transition
.
It is bidirectional and its opposite is 'Target
'.
RhapsodyPackage.getStateVertex_InTransitions()
,
Transition.getTarget()
Swimlane getSwimlane()
Contents
'.
setSwimlane(Swimlane)
,
RhapsodyPackage.getStateVertex_Swimlane()
,
Swimlane.getContents()
void setSwimlane(Swimlane value)
Swimlane
' reference.
value
- the new value of the 'Swimlane' reference.getSwimlane()