mondrian.rolap
Class RolapSchema.RolapStarRegistry

java.lang.Object
  extended by mondrian.rolap.RolapSchema.RolapStarRegistry
Enclosing class:
RolapSchema

 class RolapSchema.RolapStarRegistry
extends Object

RolapStarRegistry is a registry for RolapStars.

 

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(String factTableName)
           
(package private)  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

RolapSchema.RolapStarRegistry()
Method Detail

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()

SourceForge.net_Logo