Interface Edge

  • All Known Implementing Classes:
    ImmutableEdge

    public interface Edge

    Since:
    5.0.4
    Version:
    6.0
    Author:
    Evren Sirin
    • Method Detail

      • getStart

        Value getStart()
        Returns the start node of the edge. Equivalent to getBindings().getValue(getStartVar()).
        Returns:
        the start node of the edge
      • getEnd

        Value getEnd()
        Returns the end node of the edge. Equivalent to getBindings().getValue(getEndVar()).
        Returns:
        the end node of the edge
      • getBindings

        BindingSet getBindings()
        Returns the bindings for the edge.
        Returns:
        the bindings for the edge.