com.tibco.rta.model.mutable
Interface MutableMetricFunctionDescriptor

All Superinterfaces:
FunctionDescriptor, MetricFunctionDescriptor, MutableFunctionDescriptor, java.io.Serializable

public interface MutableMetricFunctionDescriptor
extends MutableFunctionDescriptor, MetricFunctionDescriptor

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

setMultiValued

void setMultiValued(boolean multiValued)
Set to true if this is a multivalued computation.

Parameters:
multiValued -

setMetricDataType

void setMetricDataType(DataType dataType)
Set the data type of the metric computation.

Parameters:
dataType -


Copyright © 2000-2014 TIBCO Inc. All Rights Reserved.