public interface Result
| Modifier and Type | Method and Description |
|---|---|
void |
describe(PrintWriter pw)
Prints a textual description of the result.
|
List<Aggregate> |
getAggregates()
Returns a list of aggregate tables.
|
List<Algorithm.CostBenefit> |
getCostBenefits()
Returns a list of cost/benefit for each aggregate.
|
List<Aggregate> getAggregates()
List<Algorithm.CostBenefit> getCostBenefits()
void describe(PrintWriter pw)
pw - Print writerCopyright © 2006–2016 Julian Hyde. All rights reserved.