com.change_vision.jude.api.inf.model
Interface IVertex
com.change_vision.jude.api.inf.model.IVertex
- All Implemented Interfaces:
- IElement, IHyperlinkOwner, INamedElement
- All Known Implementing Classes:
- IPseudostate, IState
- public IVertex
- extends INamedElement
Interface for Vertexes.
Methods inherited from class com.change_vision.jude.api.inf.model.INamedElement |
getAlias1, getAlias2, getClientDependencies, getConstraints, getDefinition, getDiagrams, getName, getSupplierDependencies, isPackageVisibility, isPrivateVisibility, isProtectedVisibility, isPublicVisibility, setAlias1, setAlias2, setDefinition, setName, setVisibility |
getIncomings
public abstract ITransition[] getIncomings()
- Get Incoming Transitions.
- Returns:
- The array of Transitions. Return the empty array if there is none.
getOutgoings
public abstract ITransition[] getOutgoings()
- Get Outgoing Transitions.
- Returns:
- The array of Transitions. Return the empty array if there is none.