Class Analyzer.AnalyzerResults

java.lang.Object
org.moeaframework.Analyzer.AnalyzerResults
All Implemented Interfaces:
Displayable
Enclosing class:
Analyzer

public class Analyzer.AnalyzerResults extends Object implements Displayable
Stores the results produced by this analyzer.
  • Method Details

    • getAlgorithms

      public List<String> getAlgorithms()
      Returns the algorithms processed using this analyzer.
      Returns:
      the algorithm names
    • get

      public Analyzer.AlgorithmResult get(String algorithm)
      Returns the results for a single algorithm.
      Parameters:
      algorithm - the name of the algorithm
      Returns:
      the results for the given algorithm
    • display

      public void display(PrintStream ps)
      Description copied from interface: Displayable
      Displays the contents of this object to the given output stream. This method does not close the underlying stream; the caller is responsible for disposing it.
      Specified by:
      display in interface Displayable
      Parameters:
      ps - the output stream