|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MutableMeasurement
Measurement is a representation of a quantity being measured.
e.g :
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface com.tibco.rta.model.mutable.MutableMetadataElement |
|---|
setDescription, setDisplayName, setName, setProperty |
| Methods inherited from interface com.tibco.rta.model.Measurement |
|---|
getDataType, getDependencies, getFunctionParamBinding, getMetricFunctionDescriptor, getUnitOfMeasurement |
| Methods inherited from interface com.tibco.rta.model.MetadataElement |
|---|
getDescription, getDisplayName, getName, getOwnerSchema, getProperty, getPropertyNames, serialize |
| Method Detail |
|---|
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 -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||