Interface INewNodeDescription<N,​A>

  • Type Parameters:
    N - Node type
    A - Arc type

    public interface INewNodeDescription<N,​A>
    Describes a new node and the edge to it that are to be added to an explicit graph model.
    • Method Detail

      • getFrom

        N getFrom()
        Returns:
        The predecessor of the new node.
      • getTo

        N getTo()
        Returns:
        The new node
      • getArcLabel

        A getArcLabel()
        Returns:
        The label of the edge between the expanded node and the node that is created