|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MutableMetricFunctionDescriptor
A mutable interface to model a metric function descriptor.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.tibco.rta.model.mutable.MutableFunctionDescriptor |
---|
MutableFunctionDescriptor.MutableFunctionParam |
Nested classes/interfaces inherited from interface com.tibco.rta.model.FunctionDescriptor |
---|
FunctionDescriptor.FunctionParam, FunctionDescriptor.FunctionParamValue |
Method Summary | |
---|---|
void |
setMetricDataType(DataType dataType)
Set the data type of the metric computation. |
void |
setMultiValued(boolean multiValued)
Set to true if this is a multivalued computation. |
Methods inherited from interface com.tibco.rta.model.mutable.MutableFunctionDescriptor |
---|
addFunctionContext, addFunctionParam, setCategory, setDescription, setImplClass, setName |
Methods inherited from interface com.tibco.rta.model.MetricFunctionDescriptor |
---|
getMetricDataType, isMultiValued |
Methods inherited from interface com.tibco.rta.model.FunctionDescriptor |
---|
getCategory, getDescription, getFunctionContext, getFunctionContext, getFunctionContexts, getFunctionParam, getFunctionParam, getFunctionParams, getImplClass, getName |
Method Detail |
---|
void setMultiValued(boolean multiValued)
multiValued
- void setMetricDataType(DataType dataType)
dataType
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |