|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Dimension | |
---|---|
com.tibco.rta.model | Schema model classes and interfaces. |
com.tibco.rta.model.mutable | Mutalbe Schema model classes and interfaces. |
Uses of Dimension in com.tibco.rta.model |
---|
Subinterfaces of Dimension in com.tibco.rta.model | |
---|---|
interface |
TimeDimension
An extension of Dimension that deals with time based aggregations. |
Methods in com.tibco.rta.model with type parameters of type Dimension | ||
---|---|---|
|
DimensionHierarchy.getDimensions()
Return the ordered list of dimensions in this hierarchy. |
Methods in com.tibco.rta.model that return Dimension | |
---|---|
Dimension |
DimensionHierarchy.getDimension(int level)
Return the dimension at the specified level in the hierarchy |
Dimension |
DimensionHierarchy.getDimension(java.lang.String dimName)
Returns the dimension associated with the name. |
Dimension |
RtaSchema.getDimension(java.lang.String name)
Gets the dimension in this measurement with this name. |
Methods in com.tibco.rta.model that return types with arguments of type Dimension | |
---|---|
java.util.Collection<Dimension> |
RtaSchema.getDimensions()
Gets the dimensions associated with this measurement |
Methods in com.tibco.rta.model with parameters of type Dimension | ||
---|---|---|
|
DimensionHierarchy.getExcludedMeasurements(Dimension dimension)
Returns a collection of excluded measurements for a given dimension. |
Uses of Dimension in com.tibco.rta.model.mutable |
---|
Methods in com.tibco.rta.model.mutable that return Dimension | |
---|---|
Dimension |
MutableRtaSchema.newDimension(Attribute attribute)
Creates a new dimension and binds it with an attribute of the measurement. |
Dimension |
MutableRtaSchema.newDimension(java.lang.String name,
Attribute attribute)
Creates a new dimension and binds it with an attribute of the measurement. |
Dimension |
MutableDimensionHierarchy.removeDimension(java.lang.String name)
Removes the dimension. |
Dimension |
MutableRtaSchema.removeDimension(java.lang.String name)
Removes the dimension from the measurement. |
Methods in com.tibco.rta.model.mutable with parameters of type Dimension | |
---|---|
void |
MutableDimensionHierarchy.addDimensionAfter(Dimension refDimension,
Dimension newDimension)
Inserts new dimension after the reference dimension. |
void |
MutableDimensionHierarchy.addExcludeMeasurement(Dimension dimension,
Measurement measurement)
Add a measurement to exclude from being computed for this dimension. |
void |
MutableDimensionHierarchy.removeExcludeMeasurement(Dimension dimension,
Measurement measurement)
Remove a previously set exclude measurement. |
void |
MutableDimensionHierarchy.setComputeForLevel(Dimension dimension,
boolean toCompute)
Sets the computation status for a given dimension. |
void |
MutableDimensionHierarchy.setRootDimension(Dimension dimension)
Set root dimension for the hierarchy. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |