|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DuplicateSchemaElementException | |
---|---|
com.tibco.rta.model.mutable | Mutalbe Schema model classes and interfaces. |
Uses of DuplicateSchemaElementException in com.tibco.rta.model.mutable |
---|
Methods in com.tibco.rta.model.mutable that throw DuplicateSchemaElementException | |
---|---|
void |
MutableMetricDescriptor.addBinding(FunctionDescriptor.FunctionParam functionParam,
Measurement measurement,
Attribute attribute)
Add a function binding to the measurement. |
void |
MutableFunctionDescriptor.addFunctionContext(FunctionDescriptor.FunctionParam functionParam)
Adds a function context. |
void |
MutableFunctionDescriptor.addFunctionParam(FunctionDescriptor.FunctionParam functionParam)
Add a function parameter to the function descriptor. |
void |
MutableDimensionHierarchy.addMeasurement(MutableMeasurement measurement)
|
Attribute |
MutableRtaSchema.newAttribute(java.lang.String name,
DataType dataType)
Create a new attribute on this measurement. |
MutableCube |
MutableRtaSchema.newCube(java.lang.String name)
Create a new MutableCube using the specified name. |
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. |
MutableDimensionHierarchy |
MutableCube.newDimensionHierarchy(java.lang.String name)
Create a new dimension hierarchy. |
MutableMeasurement |
MutableRtaSchema.newMeasurement(java.lang.String name)
Define the measurement for this schema. |
TimeDimension |
MutableRtaSchema.newTimeDimension(java.lang.String name,
Attribute associatedAttribute,
TimeUnits.Unit unit,
int frequency)
New time dimension. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |