Class Edge<V>


  • public class Edge<V>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Edge​(V source, V target)  
    • Constructor Detail

      • Edge

        public Edge​(V source,
                    V target)
    • Method Detail

      • getSource

        public V getSource()
      • setSource

        public void setSource​(V source)
      • getTarget

        public V getTarget()
      • setTarget

        public void setTarget​(V target)