| Constructor and Description |
|---|
ResultImpl(List<Aggregate> materializedAggregates,
List<Algorithm.CostBenefit> costBenefitList,
double costLimit,
double cost,
double benefit) |
| 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.
|
public ResultImpl(List<Aggregate> materializedAggregates, List<Algorithm.CostBenefit> costBenefitList, double costLimit, double cost, double benefit)
public List<Aggregate> getAggregates()
ResultgetAggregates in interface Resultpublic List<Algorithm.CostBenefit> getCostBenefits()
ResultgetCostBenefits in interface Resultpublic void describe(PrintWriter pw)
ResultCopyright © 2006–2016 Julian Hyde. All rights reserved.