Class StarGraph.StarInEdge

    • Method Detail

      • 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