Class Graph<T>


  • public class Graph<T>
    extends java.lang.Object
    Class representing a directed graph.
    Author:
    gjoranv
    • Constructor Summary

      Constructors 
      Constructor Description
      Graph()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void edge​(T from, T to)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Graph

        public Graph()
    • Method Detail

      • edge

        public void edge​(T from,
                         T to)