Package org.graphstream.algorithm
Interface APSP.Progress
- Enclosing class:
- APSP
public static interface APSP.Progress
Interface allowing to be notified of the algorithm progress.
-
Method Summary
Modifier and Type Method Description void
progress(double percent)
Progress of the algorithm.
-
Method Details
-
progress
void progress(double percent)Progress of the algorithm.- Parameters:
percent
- a value between 0 and 1, 0 meaning 0% and 1 meaning 100%.
-