public class DoubleFunctionExplorerProgress extends Object
ITrackCalculationProgress.reportProgress(int, java.lang.Object)
by
DoubleFunctionExplorer.explore(double,double,ITrackCalculationProgress)
.Constructor and Description |
---|
DoubleFunctionExplorerProgress(DoubleFunctionExplorer explorer,
double start,
double stop,
double complete,
int percentComplete)
Initializes a new instance.
|
Modifier and Type | Method and Description |
---|---|
double |
getComplete()
Gets the portion of the interval that has already been explored.
|
DoubleFunctionExplorer |
getExplorer()
Gets the explorer instance that is reporting progress.
|
int |
getPercentComplete()
Gets the percentage of the interval that has already been explored.
|
double |
getStart()
Gets the beginning of the interval being explored.
|
double |
getStop()
Gets the end of the interval being explored.
|
public DoubleFunctionExplorerProgress(DoubleFunctionExplorer explorer, double start, double stop, double complete, int percentComplete)
explorer
- The explorer instance that is reporting progress.start
- The beginning of the interval being explored.stop
- The end of the interval being explored.complete
- The portion of the interval that has already been evaluated.percentComplete
- The percentage of the interval that has already been completed.public final DoubleFunctionExplorer getExplorer()
public final double getStart()
public final double getStop()
public final double getComplete()
public final int getPercentComplete()