Interface PgxEdge


  • public interface PgxEdge
    An edge of a PgxGraph.
    • Field Detail

      • NONE

        static final PgxEdge NONE
        A value indicating the absence of an edge.
    • Method Detail

      • sourceVertex

        PgxVertex sourceVertex()
        Get the source vertex of this edge. Only applicable within an iteration.
        Returns:
      • destinationVertex

        PgxVertex destinationVertex()
        Get the target vertex of this edge. Only applicable within an iteration.
        Returns: