quamj.qps.plugins.oci_qiop.control
Class ActiveIntegralHelper

java.lang.Object
  |
  +--quamj.qps.plugins.oci_qiop.control.ActiveIntegralHelper

public class ActiveIntegralHelper
extends java.lang.Object


Constructor Summary
ActiveIntegralHelper(long initValue, int samplesCount)
           
 
Method Summary
 void addSample(long newValue)
           
 long getAverageValue()
           
 int getIntegrationDepth()
           
 void setIntegrationDepth(int newDepth)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActiveIntegralHelper

public ActiveIntegralHelper(long initValue,
                            int samplesCount)
Method Detail

getAverageValue

public long getAverageValue()

addSample

public void addSample(long newValue)

setIntegrationDepth

public void setIntegrationDepth(int newDepth)

getIntegrationDepth

public int getIntegrationDepth()