Class Edge<T extends ExplicitVertexID>

    • Constructor Detail

      • Edge

        public Edge​(Vertex<T> source,
                    Vertex<T> destination,
                    java.lang.Object type)
    • Method Detail

      • getDestination

        public Vertex<T> getDestination()
      • getSource

        public Vertex<T> getSource()
      • getType

        public java.lang.Object getType()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object