Class MaxThroughputSummary.GraphGenerator

    • Constructor Summary

      Constructors 
      Constructor Description
      GraphGenerator()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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 java.util.List<Graph> generate​(java.util.List<? extends Summary> results)
        Specified by:
        generate in class GraphGenerator
        Parameters:
        results - the list of summaries
        Returns:
        a list of graphs generated from the input list of summaries