Interface Vertex
-
- All Superinterfaces:
BaseElement
,java.lang.Cloneable
,java.lang.Comparable
,Element
,org.eclipse.emf.ecore.EObject
,MDObject
,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
public interface Vertex extends RedefinableElement
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:
UMLPackage.getVertex()
- Model:
- abstract="true" annotation="MOF package='statemachines.mdbehaviorstatemachines'"
- Generated:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<Vertex>
get_vertexOfRedefinedVertex()
Returns the value of the 'Vertex' reference list.Region
getContainer()
Returns the value of the 'Container' container reference.java.util.Collection<Transition>
getIncoming()
Returns the value of the 'Incoming' reference list.java.util.Collection<Transition>
getOutgoing()
Returns the value of the 'Outgoing' reference list.Vertex
getRedefinedVertex()
Returns the value of the 'Redefined Vertex' reference.java.util.Collection<Classifier>
getRedefinitionContext()
Returns the value of the 'Redefinition Context' reference list.boolean
hasIncoming()
boolean
hasOutgoing()
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, atInsert, canAdd, canAdd, canAddChild, canAddInstance, canBeDeleted, canChangeParent, canDeleteChild, clone, dispose, firePropertyChange, getClassType, getHumanName, getHumanType, getObjectParent, isEditable, isParentOf, removeAllPropertyChangeListeners, removePropertyChangeListener, sGetID
-
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.nomagic.uml2.ext.magicdraw.base.ModelObject
get_representationText, getLocalID, ignoringRefGetValue, ignoringRefGetValue, isInvalid, isSet, refGetValue, refGetValue, refSetValue, refSetValue, set_representationText, setLocalID, sGetLocalID
-
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
-
-
-
-
Method Detail
-
getRedefinedVertex
@CheckForNull Vertex 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:
setRedefinedVertex(Vertex)
,UMLPackage.getVertex_RedefinedVertex()
,get_vertexOfRedefinedVertex()
- Model:
- opposite="vertex" ordered="false"
- Generated:
-
setRedefinedVertex
void setRedefinedVertex(@CheckForNull Vertex value)
Sets the value of the 'Redefined Vertex
' reference.- Parameters:
value
- the new value of the 'Redefined Vertex' reference.- See Also:
getRedefinedVertex()
- Generated:
-
get_vertexOfRedefinedVertex
java.util.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
java.util.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:
UMLPackage.getVertex_RedefinitionContext()
- Model:
- opposite="_vertexOfRedefinitionContext" transient="true" changeable="false" volatile="true" derived="true" ordered="false"
- Generated:
-
getOutgoing
java.util.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:
UMLPackage.getVertex_Outgoing()
,Transition.getSource()
- Model:
- opposite="source" ordered="false"
- Generated:
-
getIncoming
java.util.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:
UMLPackage.getVertex_Incoming()
,Transition.getTarget()
- Model:
- opposite="target" ordered="false"
- Generated:
-
getContainer
@CheckForNull Region 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:
setContainer(Region)
,UMLPackage.getVertex_Container()
,Region.getSubvertex()
- Model:
- opposite="subvertex" transient="false" ordered="false"
- Generated:
-
setContainer
void setContainer(@CheckForNull Region value)
Sets the value of the 'Container
' container reference.- Parameters:
value
- the new value of the 'Container' container reference.- See Also:
getContainer()
- 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:
-
-