Class StarGraph.StarInEdge

All Implemented Interfaces:
Edge, Element, Attachable<Edge>
Enclosing class:
StarGraph

public final class StarGraph.StarInEdge extends StarGraph.StarEdge
  • Method Details

    • outVertex

      public Vertex outVertex()
      Description copied from interface: Edge
      Get the outgoing/tail vertex of this edge.
      Returns:
      the outgoing vertex of the edge
    • inVertex

      public Vertex inVertex()
      Description copied from interface: Edge
      Get the incoming/head vertex of this edge.
      Returns:
      the incoming vertex of the edge