Package mondrian.rolap
Class RolapSchema.RolapStarRegistry
- java.lang.Object
-
- mondrian.rolap.RolapSchema.RolapStarRegistry
-
- Enclosing class:
- RolapSchema
public class RolapSchema.RolapStarRegistry extends Object
RolapStarRegistry
is a registry forRolapStar
s.
-
-
Constructor Summary
Constructors Constructor Description RolapStarRegistry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) RolapStar
getOrCreateStar(MondrianDef.Relation fact)
Looks up aRolapStar
, creating it if it does not exist.(package private) RolapStar
getStar(String factTableName)
(package private) Collection<RolapStar>
getStars()
-
-
-
Method Detail
-
getOrCreateStar
RolapStar getOrCreateStar(MondrianDef.Relation fact)
Looks up aRolapStar
, 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.
-
getStars
Collection<RolapStar> getStars()
-
-