com.tibco.rta.model
Interface Dimension

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

public interface Dimension
extends MetadataElement

An attribute of a measurement on which aggregation is performed.

Every dimension will map to an Attribute of a measurement.


Method Summary
 java.lang.String getAssociatedAssetName()
          Dimensions in the hierarchy might represent assets in the system.
 Attribute getAssociatedAttribute()
          Dimension will be associated with an attribute of the schema.
 
Methods inherited from interface com.tibco.rta.model.MetadataElement
getDescription, getDisplayName, getName, getOwnerSchema, getProperty, getPropertyNames, serialize
 

Method Detail

getAssociatedAttribute

Attribute getAssociatedAttribute()
Dimension will be associated with an attribute of the schema.

Returns:
the attribute on which this dimension is based.

getAssociatedAssetName

java.lang.String getAssociatedAssetName()
Dimensions in the hierarchy might represent assets in the system. If so, get this dimension's associated asset name in the model.

Returns:
the associated asset name


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