Skip navigation links

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

E17787-02


com.sigmadynamics.sdo.base
Class AggregationFunction

java.lang.Object
  extended by com.sigmadynamics.sdo.support.SDOBase
      extended by com.sigmadynamics.sdo.base.SDO
          extended by com.sigmadynamics.sdo.support.SDAggregationFunction
              extended by com.sigmadynamics.sdo.base.AggregationFunction

All Implemented Interfaces:
AggregationFunctionInterface, SDOInterface

public class AggregationFunction
extends SDAggregationFunction

User: ujjwalsingh Date: Aug 15, 2003


Field Summary

 

Fields inherited from class com.sigmadynamics.sdo.support.SDOBase
description, internalName, sdExternalName

 

Constructor Summary
AggregationFunction(AggFunctionKey key, long period, StatCollectorInterface collector, boolean isControlGroup)
           
AggregationFunction(long period)
           

 

Method Summary

 

Methods inherited from class com.sigmadynamics.sdo.support.SDAggregationFunction
cloneFunction, getAggregateValue, getCount, getKey, getMax, getMin, getSum, getSumOfSquares, getTimestamp, init, isForControlGroup, setValue

 

Methods inherited from class com.sigmadynamics.sdo.support.SDOBase
getDescription, getSDOId, getSDOLabel, getSDOLabelOrId, setDescription, setSDOId, setSDOLabel

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

AggregationFunction

public AggregationFunction(long period)

AggregationFunction

public AggregationFunction(AggFunctionKey key,
                           long period,
                           StatCollectorInterface collector,
                           boolean isControlGroup)

Skip navigation links

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

E17787-02


Copyright © 2010, 2011, Oracle. All rights reserved.