Package | Description |
---|---|
com.tibco.rta |
Connection, session, configuration classes and interfaces.
|
com.tibco.rta.model.mutable |
Mutalbe Schema model classes and interfaces.
|
Modifier and Type | Method and Description |
---|---|
void |
Fact.setAttribute(java.lang.String attrName,
java.lang.Object value)
Sets the attribute value.
|
void |
Fact.setAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
Sets attributes in bulk.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
Copyright © 2000-2014 TIBCO Inc. All Rights Reserved.