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
 void progress(float percent)
          Progress of the algorithm.
 

Method Detail

progress

void progress(float percent)
Progress of the algorithm.

Parameters:
percent - a value between 0 and 1, 0 meaning 0% and 1 meaning 100%.


Copyright © 2011. All Rights Reserved.