Class ResultImpl

java.lang.Object
org.pentaho.aggdes.algorithm.impl.ResultImpl
All Implemented Interfaces:
Result

public class ResultImpl extends Object implements Result
Implementation of Result.
  • Constructor Details

  • Method Details

    • getAggregates

      public List<Aggregate> getAggregates()
      Description copied from interface: Result
      Returns a list of aggregate tables.
      Specified by:
      getAggregates in interface Result
      Returns:
      list of aggregate tables
    • getCostBenefits

      public List<Algorithm.CostBenefit> getCostBenefits()
      Description copied from interface: Result
      Returns a list of cost/benefit for each aggregate.
      Specified by:
      getCostBenefits in interface Result
      Returns:
      list of cost/benefit metrics
    • describe

      public void describe(PrintWriter pw)
      Description copied from interface: Result
      Prints a textual description of the result.
      Specified by:
      describe in interface Result
      Parameters:
      pw - Print writer