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 | Method and Description |
---|---|
Attribute |
Dimension.getAssociatedAttribute()
Dimension will be associated with an attribute of the schema.
|
Attribute |
RtaSchema.getAttribute(java.lang.String name)
Gets the attribute in this measurement with this name.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Attribute> |
RtaSchema.getAttributes()
Gets the attributes associated with this measurement
|
Constructor and Description |
---|
DataTypeMismatchException(Attribute attribute,
java.lang.Object value) |
Modifier and Type | Method and Description |
---|---|
Attribute |
MutableRtaSchema.newAttribute(java.lang.String name,
DataType dataType)
Create a new attribute on this measurement.
|
Attribute |
MutableRtaSchema.removeAttribute(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
void |
MutableMetricDescriptor.addBinding(FunctionDescriptor.FunctionParam functionParam,
Measurement measurement,
Attribute attribute)
Add a function binding to the measurement.
|
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.
|
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.