de.torstennahm.integrate.sparse
Class EstimateIntegrator.EstimateData

java.lang.Object
  extended by de.torstennahm.integrate.sparse.EstimateIntegrator.EstimateData
Enclosing class:
EstimateIntegrator

protected static class EstimateIntegrator.EstimateData
extends java.lang.Object


Field Summary
protected  long calls
           
protected  boolean completed
           
protected  double contribution
           
protected  double estimate
           
 
Constructor Summary
protected EstimateIntegrator.EstimateData()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

completed

protected boolean completed

estimate

protected double estimate

contribution

protected double contribution

calls

protected long calls
Constructor Detail

EstimateIntegrator.EstimateData

protected EstimateIntegrator.EstimateData()