|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Measurement
Measurement is a representation of a quantity being measured.
e.g :
Method Summary | ||
---|---|---|
DataType |
getDataType()
Get DataType of measurement |
|
java.util.Collection<Measurement> |
getDependencies()
Return a collection of measurements which need to be computed before this measurement can be computed. |
|
java.lang.String |
getFunctionParamBinding(java.lang.String paramName)
Get the attribute associated with this parameter. |
|
|
getMetricFunctionDescriptor()
Gets the metric descriptor. |
|
java.lang.String |
getUnitOfMeasurement()
Get unit of measurement. |
Methods inherited from interface com.tibco.rta.model.MetadataElement |
---|
getDescription, getDisplayName, getName, getOwnerSchema, getProperty, getPropertyNames, serialize |
Method Detail |
---|
<T extends MetricFunctionDescriptor> T getMetricFunctionDescriptor()
java.lang.String getFunctionParamBinding(java.lang.String paramName)
paramName
- function parameter to bind to.
java.lang.String getUnitOfMeasurement()
java.util.Collection<Measurement> getDependencies()
Measurements can be chained thus. If measurement A depends on measurement B and C then B and C will be evaluated before A.
DataType getDataType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |