| 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 |
|---|---|
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
|
MondrianAttribute |
MondrianLevel.getAttribute() |
| Constructor and Description |
|---|
MondrianLevel(MondrianLevel parent,
mondrian.rolap.RolapCubeLevel level,
String name,
MondrianAttribute attribute) |
Copyright © 2006–2016 Julian Hyde. All rights reserved.