quamj.qps.plugins.oci_qiop.control
Class PassiveIntegralHelper

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

public class PassiveIntegralHelper
extends java.lang.Object


Constructor Summary
PassiveIntegralHelper(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

PassiveIntegralHelper

public PassiveIntegralHelper(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()