public interface MutableMeasurement extends MutableMetadataElement, Measurement
e.g :
Modifier and Type | Method and Description |
---|---|
void |
addDependency(Measurement dependency)
Add dependency of measurement
|
void |
addFunctionParamBinding(java.lang.String paramName,
java.lang.String attributeName)
Add a function binding to this measurement.
|
void |
setDataType(DataType dataType)
Set DataType for the measurement
|
void |
setMetricFunctionDescriptor(MetricFunctionDescriptor functionDescriptor)
Associate a function descriptor with this measurement.
|
void |
setUnitOfMeasurement(java.lang.String unitOfMeasurement)
set the unit for this measurement.
|
setDescription, setDisplayName, setName, setProperty
getDataType, getDependencies, getFunctionParamBinding, getMetricFunctionDescriptor, getUnitOfMeasurement
getDescription, getDisplayName, getName, getOwnerSchema, getProperty, getPropertyNames, serialize
void setMetricFunctionDescriptor(MetricFunctionDescriptor functionDescriptor)
functionDescriptor
- void addFunctionParamBinding(java.lang.String paramName, java.lang.String attributeName)
paramName
- the parameter to map to in the function descriptor.attributeName
- the attribute from the fact to use for this computation.void setUnitOfMeasurement(java.lang.String unitOfMeasurement)
unit
- the unit for this measurement.void addDependency(Measurement dependency)
dependency
- void setDataType(DataType dataType)
dataType
- Copyright © 2000-2014 TIBCO Inc. All Rights Reserved.