com.tibco.rta.model
Interface MetricFunctionDescriptor

All Superinterfaces:
FunctionDescriptor, java.io.Serializable
All Known Subinterfaces:
MutableMetricDescriptor, MutableMetricFunctionDescriptor

public interface MetricFunctionDescriptor
extends FunctionDescriptor

Describes a function used for computation


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.tibco.rta.model.FunctionDescriptor
FunctionDescriptor.FunctionParam, FunctionDescriptor.FunctionParamValue
 
Method Summary
 DataType getMetricDataType()
          Get the metrics datatype
 boolean isMultiValued()
          Is this a multivalued metric
 
Methods inherited from interface com.tibco.rta.model.FunctionDescriptor
getCategory, getDescription, getFunctionContext, getFunctionContext, getFunctionContexts, getFunctionParam, getFunctionParam, getFunctionParams, getImplClass, getName
 

Method Detail

isMultiValued

boolean isMultiValued()
Is this a multivalued metric

Returns:
return true if it is multivalued, false otherwise

getMetricDataType

DataType getMetricDataType()
Get the metrics datatype

Returns:


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