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

Method Detail

progress

void progress(double 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.