public interface Measurement extends MetadataElement
e.g :
Modifier and Type | Method and Description |
---|---|
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.
|
<T extends MetricFunctionDescriptor> |
getMetricFunctionDescriptor()
Gets the metric descriptor.
|
java.lang.String |
getUnitOfMeasurement()
Get unit of measurement.
|
getDescription, getDisplayName, getName, getOwnerSchema, getProperty, getPropertyNames, serialize
<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()
Copyright © 2000-2014 TIBCO Inc. All Rights Reserved.