public class RolapSchema.RolapStarRegistry extends Object
RolapStarRegistry is a registry for RolapStars.| Constructor and Description |
|---|
RolapSchema.RolapStarRegistry() |
| Modifier and Type | Method and Description |
|---|---|
(package private) RolapStar |
getOrCreateStar(MondrianDef.Relation fact)
Looks up a
RolapStar, creating it if it does not exist. |
(package private) RolapStar |
getStar(String factTableName) |
(package private) Collection<RolapStar> |
getStars() |
RolapStar getOrCreateStar(MondrianDef.Relation fact)
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.
Collection<RolapStar> getStars()