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

Packages that use MetadataElement
com.tibco.rta.model Schema model classes and interfaces. 
com.tibco.rta.model.mutable Mutalbe Schema model classes and interfaces. 
com.tibco.rta.model.rule Model classes and interfaces related to rules and actions. 
 

Uses of MetadataElement in com.tibco.rta.model
 

Subinterfaces of MetadataElement in com.tibco.rta.model
 interface Attribute
          This defines a property of a Measurement
 interface Cube
          This represents a collection of DimensionHierarchys.
 interface Dimension
          An attribute of a measurement on which aggregation is performed.
 interface DimensionHierarchy
          This defines the hierarchy of Dimensions on which aggregations should be performed
 interface Measurement
          Measurement is a representation of a quantity being measured.
 interface RtaSchema
          This is a logical collection of all related metrics artifacts like cubes and dimensions.
 interface TimeDimension
          An extension of Dimension that deals with time based aggregations.
 

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

Subinterfaces of MetadataElement in com.tibco.rta.model.mutable
 interface MutableCube
          This represents a collection of MutableDimensionHierarchys.
 interface MutableDimensionHierarchy
          This defines the hierarchy of Dimensions on which aggregations should be performed
 interface MutableMeasurement
          Measurement is a representation of a quantity being measured.
 interface MutableMetadataElement
          An abstraction of a model element.
 interface MutableMetricDescriptor
          Allows defining an implementation for the actual metric and may be provided by clients.
 interface MutableRtaSchema
          This is a logical collection of all related metrics artifacts like cubes and dimensions.
 

Uses of MetadataElement in com.tibco.rta.model.rule
 

Subinterfaces of MetadataElement in com.tibco.rta.model.rule
 interface RuleDef
          A design time representation of a rule.
 



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