Class GraphGenerator

    • Constructor Summary

      Constructors 
      Constructor Description
      GraphGenerator()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract java.util.List<Graph> generate​(java.util.List<? extends Summary> results)  
      • Methods inherited from class java.lang.Object

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

      • GraphGenerator

        public GraphGenerator()
    • Method Detail

      • generate

        public abstract java.util.List<Graph> generate​(java.util.List<? extends Summary> results)
        Parameters:
        results - the list of summaries
        Returns:
        a list of graphs generated from the input list of summaries