com.tibco.rta.model
Interface Cube

All Superinterfaces:
MetadataElement, java.io.Serializable
All Known Subinterfaces:
MutableCube

public interface Cube
extends MetadataElement

This represents a collection of DimensionHierarchys. Loose equivalent of olap cube.


Method Summary
<T extends DimensionHierarchy>
java.util.Collection<T>
getDimensionHierarchies()
          Return all the hierarchies in this cube as a List
<T extends DimensionHierarchy>
T
getDimensionHierarchy(java.lang.String name)
          Gets a dimension hierarchy with this name in the Cube
 
Methods inherited from interface com.tibco.rta.model.MetadataElement
getDescription, getDisplayName, getName, getOwnerSchema, getProperty, getPropertyNames, serialize
 

Method Detail

getDimensionHierarchy

<T extends DimensionHierarchy> T getDimensionHierarchy(java.lang.String name)
Gets a dimension hierarchy with this name in the Cube

Parameters:
name -
Returns:
the dimension hierarchy or null if no such hierarchy exists.

getDimensionHierarchies

<T extends DimensionHierarchy> java.util.Collection<T> getDimensionHierarchies()
Return all the hierarchies in this cube as a List

Returns:


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