public class CommandLineProgressReporter extends Object implements ProgressReporter
Modifier and Type | Field and Description |
---|---|
static double |
DEFAULT_PROGRESS_REPORT_STEP_SIZE |
Constructor and Description |
---|
CommandLineProgressReporter() |
Modifier and Type | Method and Description |
---|---|
int |
getSteps()
Returns the number of steps that already have been completed.
|
void |
incrementSteps()
Notes that one additional step has been completed.
|
void |
resetSteps()
Resets the number of completed steps to zero.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getTotalSteps, setTotalSteps
public static final double DEFAULT_PROGRESS_REPORT_STEP_SIZE
public void incrementSteps()
ProgressReporter
incrementSteps
in interface ProgressReporter
public int getSteps()
ProgressReporter
getSteps
in interface ProgressReporter
public void resetSteps()
ProgressReporter
resetSteps
in interface ProgressReporter
Copyright (C) 2016-2018 Benjamin Paaßen, AG Theoretical Computer Science, Centre of Excellence Cognitive Interaction Technology (CITEC), University of Bielefeld, licensed under the AGPL v. 3: http://openresearch.cit-ec.de/projects/tcs . This documentation is licensed under the conditions of CC-BY-SA 4.0: https://creativecommons.org/licenses/by-sa/4.0/