Interface Edge

All Known Implementing Classes:
ImmutableEdge

public interface Edge

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

    Modifier and Type
    Method
    Description
    Returns the bindings for the edge.
    Returns the end node of the edge.
    Returns the start node of the edge.
  • Method Details

    • 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.