Interface StateVertex
-
- All Superinterfaces:
java.lang.Comparable<java.lang.Object>
,org.eclipse.emf.ecore.EModelElement
,org.eclipse.emf.ecore.EObject
,MDWEObject
,MDWObject
,ModelElement
,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
AcceptEventAction
,AcceptTimeEvent
,CallOperation
,Connector
,ObjectNode
,Pin
,State
public interface StateVertex extends ModelElement
A representation of the model object 'State Vertex'.The following features are supported:
- See Also:
RhapsodyPackage.getStateVertex()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MDWEList
getInTransitions()
Returns the value of the 'In Transitions' reference list.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.-
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface com.sodius.mdw.core.model.MDWObject
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
-
Methods inherited from interface com.sodius.mdw.metamodel.rhapsody.ModelElement
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
-
-
-
-
Method Detail
-
getParent
State getParent()
Returns the value of the 'Parent' reference. It is bidirectional and its opposite is 'Sub State Vertices
'.- Returns:
- the value of the 'Parent' reference.
- See Also:
setParent(State)
,RhapsodyPackage.getStateVertex_Parent()
,State.getSubStateVertices()
-
setParent
void setParent(State value)
Sets the value of the 'Parent
' reference.- Parameters:
value
- the new value of the 'Parent' reference.- See Also:
getParent()
-
getOutTransitions
MDWEList getOutTransitions()
Returns the value of the 'Out Transitions' reference list. The list contents are of typeTransition
.- Returns:
- the value of the 'Out Transitions' reference list.
- See Also:
RhapsodyPackage.getStateVertex_OutTransitions()
-
getInTransitions
MDWEList getInTransitions()
Returns the value of the 'In Transitions' reference list. The list contents are of typeTransition
. It is bidirectional and its opposite is 'Target
'.- Returns:
- the value of the 'In Transitions' reference list.
- See Also:
RhapsodyPackage.getStateVertex_InTransitions()
,Transition.getTarget()
-
getSwimlane
Swimlane getSwimlane()
Returns the value of the 'Swimlane' reference.- Returns:
- the value of the 'Swimlane' reference.
- See Also:
setSwimlane(Swimlane)
,RhapsodyPackage.getStateVertex_Swimlane()
-
setSwimlane
void setSwimlane(Swimlane value)
Sets the value of the 'Swimlane
' reference.- Parameters:
value
- the new value of the 'Swimlane' reference.- See Also:
getSwimlane()
-
-