Interface Vertex
- All Superinterfaces:
BaseElement
,Cloneable
,Comparable
,Element
,org.eclipse.emf.ecore.EObject
,MDObject
,com.dassault_systemes.modeler.foundation.model.ModelElement
,ModelObject
,NamedElement
,org.eclipse.emf.common.notify.Notifier
,RedefinableElement
,javax.jmi.reflect.RefBaseObject
,javax.jmi.reflect.RefFeatured
,javax.jmi.reflect.RefObject
- All Known Subinterfaces:
ConnectionPointReference
,FinalState
,Pseudostate
,State
A representation of the model object 'Vertex'.
A Vertex is an abstraction of a node in a StateMachine graph. It can be the source or destination of any number of Transitions.
The following features are supported:
- See Also:
- Model:
- abstract="true" annotation="MOF package='statemachines.mdbehaviorstatemachines'"
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Vertex' reference list.Returns the value of the 'Container' container reference.Returns the value of the 'Incoming' reference list.Returns the value of the 'Outgoing' reference list.Returns the value of the 'Redefined Vertex' reference.Returns the value of the 'Redefinition Context' reference list.boolean
boolean
void
setContainer
(Region value) Sets the value of the 'Container
' container reference.void
setRedefinedVertex
(Vertex value) Sets the value of the 'Redefined Vertex
' reference.Methods inherited from interface com.nomagic.magicdraw.uml.BaseElement
accept, addPropertyChangeListener, canAdd, canAdd, canAddChild, canBeDeleted, firePropertyChange, getClassType, getHumanName, getHumanType, isEditable, removePropertyChangeListener, sGetID
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element
get_activityPartitionOfRepresents, get_commentOfAnnotatedElement, get_constraintOfConstrainedElement, get_diagramOfContext, get_directedRelationshipOfSource, get_directedRelationshipOfTarget, get_elementOfSyncElement, get_elementTaggedValue, get_elementValueOfElement, get_relationshipOfRelatedElement, getAppliedStereotype, getOwnedComment, getOwnedElement, getOwner, getSyncElement, getTaggedValue, has_activityPartitionOfRepresents, has_commentOfAnnotatedElement, has_constraintOfConstrainedElement, has_diagramOfContext, has_directedRelationshipOfSource, has_directedRelationshipOfTarget, has_elementOfSyncElement, has_elementValueOfElement, has_relationshipOfRelatedElement, hasAppliedStereotype, hasElementTaggedValue, hasOwnedComment, hasOwnedElement, hasTaggedValue, setOwner, setSyncElement
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.nomagic.magicdraw.foundation.MDObject
getID, getMDExtension, getMdExtensions, setID
Methods inherited from interface com.dassault_systemes.modeler.foundation.model.ModelElement
canChangeElementOwner, eDynamicGet, getElementOwner, getLocalID, getObjectParent, setLocalID, sGetLocalID
Methods inherited from interface com.nomagic.uml2.ext.magicdraw.base.ModelObject
get_representationText, ignoringRefGetValue, ignoringRefGetValue, isSet, refGetValue, refGetValue, refSetValue, refSetValue, set_representationText
Methods inherited from interface com.nomagic.uml2.ext.magicdraw.classes.mdkernel.NamedElement
get_considerIgnoreFragmentOfMessage, get_durationObservationOfEvent, get_informationFlowOfInformationSource, get_informationFlowOfInformationTarget, get_messageOfSignature, get_namespaceOfMember, get_timeObservationOfEvent, getClientDependency, getName, getNameExpression, getNamespace, getQualifiedName, getSupplierDependency, getVisibility, has_considerIgnoreFragmentOfMessage, has_durationObservationOfEvent, has_informationFlowOfInformationSource, has_informationFlowOfInformationTarget, has_messageOfSignature, has_namespaceOfMember, has_timeObservationOfEvent, hasClientDependency, hasSupplierDependency, setName, setNameExpression, setNamespace, setVisibility
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
Methods inherited from interface com.nomagic.uml2.ext.magicdraw.classes.mdkernel.RedefinableElement
get_redefinableElementOfRedefinedElement, getRedefinedElement, has_redefinableElementOfRedefinedElement, hasRedefinedElement, hasRedefinitionContext, isLeaf, setLeaf
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refInvokeOperation, refInvokeOperation, refSetValue
Methods inherited from interface javax.jmi.reflect.RefObject
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
-
Method Details
-
getRedefinedVertex
Returns the value of the 'Redefined Vertex' reference. It is bidirectional and its opposite is 'get_vertexOfRedefinedVertex()
vertex Of Redefined Vertex}'. The Vertex of which this Vertex is a redefinition.- Returns:
- the value of the 'Redefined Vertex' reference.
- See Also:
- Model:
- opposite="vertex" ordered="false"
- Generated:
-
setRedefinedVertex
Sets the value of the 'Redefined Vertex
' reference.- Parameters:
value
- the new value of the 'Redefined Vertex' reference.- See Also:
- Generated:
-
get_vertexOfRedefinedVertex
Collection<Vertex> get_vertexOfRedefinedVertex()Returns the value of the 'Vertex' reference list. It is bidirectional and its opposite is 'Redefined Vertex
'.If the meaning of the 'state Of Redefined Vertex' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'vertex Of Redefined Vertex' reference list.
- Model:
- opposite="redefinedVertex" ordered="false"
- Generated:
-
getRedefinitionContext
Collection<Classifier> getRedefinitionContext()Returns the value of the 'Redefinition Context' reference list. The list contents are of typeClassifier
. It is bidirectional and its opposite is References the Classifier in which context this element may be redefined.- Specified by:
getRedefinitionContext
in interfaceRedefinableElement
- Returns:
- the value of the 'Redefinition Context' reference list.
- See Also:
- Model:
- opposite="_vertexOfRedefinitionContext" transient="true" changeable="false" volatile="true" derived="true" ordered="false"
- Generated:
-
getOutgoing
Collection<Transition> getOutgoing()Returns the value of the 'Outgoing' reference list. The list contents are of typeTransition
. It is bidirectional and its opposite is 'Source
'. Specifies the Transitions departing from this Vertex.- Returns:
- the value of the 'Outgoing' reference list.
- See Also:
- Model:
- opposite="source" ordered="false"
- Generated:
-
getIncoming
Collection<Transition> getIncoming()Returns the value of the 'Incoming' reference list. The list contents are of typeTransition
. It is bidirectional and its opposite is 'Target
'. Specifies the Transitions entering this Vertex.- Returns:
- the value of the 'Incoming' reference list.
- See Also:
- Model:
- opposite="target" ordered="false"
- Generated:
-
getContainer
Returns the value of the 'Container' container reference. It is bidirectional and its opposite is 'Subvertex
'. The Region that contains this Vertex.- Returns:
- the value of the 'Container' container reference.
- See Also:
- Model:
- opposite="subvertex" transient="false" ordered="false"
- Generated:
-
setContainer
Sets the value of the 'Container
' container reference.- Parameters:
value
- the new value of the 'Container' container reference.- See Also:
- Generated:
-
hasOutgoing
boolean hasOutgoing() throws javax.jmi.reflect.JmiException- Throws:
javax.jmi.reflect.JmiException
- Generated:
-
hasIncoming
boolean hasIncoming() throws javax.jmi.reflect.JmiException- Throws:
javax.jmi.reflect.JmiException
- Generated:
-