public interface ProgressReporter
Modifier and Type | Method and Description |
---|---|
int |
getSteps()
Returns the number of steps that already have been completed.
|
int |
getTotalSteps()
Returns the total number of steps that are necessary to complete the
overall task.
|
void |
incrementSteps()
Notes that one additional step has been completed.
|
void |
resetSteps()
Resets the number of completed steps to zero.
|
void |
setTotalSteps(int totalSteps)
Sets the total number of steps that are necessary to complete the overall
task.
|
void setTotalSteps(int totalSteps)
totalSteps
- the total number of steps that are necessary to
complete the overall task.int getTotalSteps()
void resetSteps()
void incrementSteps()
int getSteps()
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/