|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmondrian.rolap.RolapSchema.RolapStarRegistry
class RolapSchema.RolapStarRegistry
RolapStarRegistry
is a registry for RolapStar
s.
Constructor Summary | |
---|---|
RolapSchema.RolapStarRegistry()
|
Method Summary | |
---|---|
(package private) RolapStar |
getOrCreateStar(MondrianDef.Relation fact)
Looks up a RolapStar , creating it if it does not exist. |
(package private) RolapStar |
getStar(java.lang.String factTableName)
|
(package private) java.util.Collection<RolapStar> |
getStars()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
RolapSchema.RolapStarRegistry()
Method Detail |
---|
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.
RolapStar getStar(java.lang.String factTableName)
java.util.Collection<RolapStar> getStars()
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |