Uses of Interface
com.tibco.rta.model.Cube

Packages that use Cube
com.tibco.rta.model Schema model classes and interfaces. 
com.tibco.rta.model.mutable Mutalbe Schema model classes and interfaces. 
 

Uses of Cube in com.tibco.rta.model
 

Methods in com.tibco.rta.model with type parameters of type Cube
<T extends Cube>
T
RtaSchema.getCube(java.lang.String name)
          Gets a cube in this schema with this name or null if no such cube exists.
<T extends Cube>
java.util.Collection<T>
RtaSchema.getCubes()
          Gets all the cubes in the schema.
<T extends Cube>
T
DimensionHierarchy.getOwnerCube()
          Gets the owning cube for this hierarchy
 

Uses of Cube in com.tibco.rta.model.mutable
 

Subinterfaces of Cube in com.tibco.rta.model.mutable
 interface MutableCube
          This represents a collection of MutableDimensionHierarchys.
 



Copyright © 2000-2014 TIBCO Inc. All Rights Reserved.