Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Real-Time Decisions
11g Release 1 (11.1.1)

E17787-01


com.sigmadynamics.sdo.interfaces
Interface AggregationFunctionInterface

All Known Implementing Classes:
AggregationFunction, SDAggregationFunction

public interface AggregationFunctionInterface

A function used by statistics collectors for aggregating numeric values over a period of time.

Since:
1.0

Method Summary
 AggregationFunctionInterface cloneFunction(AggFunctionKey key, StatCollectorInterface statCollector, boolean isControlGroup)
           
 java.lang.Object getAggregateValue()
           
 int getCount()
           
 AggFunctionKey getKey()
           
 double getMax()
           
 double getMin()
           
 double getSum()
           
 double getSumOfSquares()
           
 long getTimestamp()
           
 void init()
           
 boolean isForControlGroup()
           
 void setValue(double val, long timestamp)
           

 

Method Detail

init

void init()

setValue

void setValue(double val,
              long timestamp)

getAggregateValue

java.lang.Object getAggregateValue()

getMax

double getMax()

getMin

double getMin()

getSum

double getSum()

getCount

int getCount()

getSumOfSquares

double getSumOfSquares()

cloneFunction

AggregationFunctionInterface cloneFunction(AggFunctionKey key,
                                           StatCollectorInterface statCollector,
                                           boolean isControlGroup)

getTimestamp

long getTimestamp()

isForControlGroup

boolean isForControlGroup()

getKey

AggFunctionKey getKey()

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Real-Time Decisions
11g Release 1 (11.1.1)

E17787-01


Copyright © 2010, Oracle. All rights reserved.