Interface IVertex

All Superinterfaces:
IElement, IEntity, IHyperlinkOwner, INamedElement
All Known Subinterfaces:
IFinalState, IPseudostate, IState

public interface IVertex extends INamedElement
Interface for Vertexes.
  • Method Details

    • getIncomings

      ITransition[] getIncomings()
      Get Incoming Transitions.
      Returns:
      The array of Transitions. Return the empty array if there is none.
    • getOutgoings

      ITransition[] getOutgoings()
      Get Outgoing Transitions.
      Returns:
      The array of Transitions. Return the empty array if there is none.