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