mondrian.rolap
Class RolapSchema.RolapStarRegistry
java.lang.Object
mondrian.rolap.RolapSchema.RolapStarRegistry
- Enclosing class:
- RolapSchema
class RolapSchema.RolapStarRegistry
- extends Object
RolapStarRegistry
is a registry for RolapStar
s.
-
-
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RolapSchema.RolapStarRegistry
RolapSchema.RolapStarRegistry()
getOrCreateStar
RolapStar getOrCreateStar(MondrianDef.Relation fact)
- Looks up a
RolapStar
, creating it if it does not exist.
RolapStar.Table.addJoin(mondrian.rolap.RolapCube, mondrian.olap.MondrianDef.RelationOrJoin, mondrian.rolap.RolapStar.Condition)
works in a similar way.
getStar
RolapStar getStar(String factTableName)
getStars
Collection<RolapStar> getStars()