| Package | Description |
|---|---|
| org.pentaho.aggdes.model.mondrian |
Implements the schema model of the Aggregate Designer utility by reading the
a Mondrian OLAP model.
|
| Modifier and Type | Method and Description |
|---|---|
MondrianTable |
MondrianTable.getParent() |
MondrianTable |
MondrianMeasure.getTable() |
| Modifier and Type | Method and Description |
|---|---|
List<MondrianTable> |
MondrianSchema.getTables() |
| Modifier and Type | Method and Description |
|---|---|
protected MondrianAttribute |
MondrianSchema.createAttribute(MondrianTable table,
List<Attribute> ancestors,
mondrian.rolap.RolapStar.Column column,
double distinctValueCount)
createAttribute is protected so that extenders of MondrianSchema may modify
certain characteristics of the attribute class, such as getDataType(), etc
|
protected MondrianMeasure |
MondrianSchema.createMeasure(MondrianTable table,
mondrian.rolap.RolapStar.Measure measure)
Creates a measure.
|
| Constructor and Description |
|---|
MondrianAttribute(MondrianTable table,
List<Attribute> ancestors,
mondrian.rolap.RolapStar.Column column,
double distinctValueCount) |
MondrianMeasure(MondrianTable table,
mondrian.rolap.RolapStar.Measure measure) |
MondrianTable(MondrianTable parent,
mondrian.rolap.RolapStar.Table table) |
Copyright © 2006–2016 Julian Hyde. All rights reserved.