| Package | Description |
|---|---|
| com.tibco.rta.model |
Schema model classes and interfaces.
|
| com.tibco.rta.model.mutable |
Mutalbe Schema model classes and interfaces.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TimeDimension
An extension of
Dimension that deals with time based aggregations. |
| Modifier and Type | Method and Description |
|---|---|
<T extends Dimension> |
DimensionHierarchy.getDimensions()
Return the ordered list of dimensions in this hierarchy.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<Dimension> |
RtaSchema.getDimensions()
Gets the dimensions associated with this measurement
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Measurement> |
DimensionHierarchy.getExcludedMeasurements(Dimension dimension)
Returns a collection of excluded measurements for a given dimension.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2000-2014 TIBCO Inc. All Rights Reserved.