edu.uci.ics.jung.algorithms.util
Interface IterativeContext

All Known Implementing Classes:
AbstractIterativeScorer, AbstractIterativeScorerWithPriors, AbstractRanker, AggregateLayout, BetweennessCentrality, CachingLayout, DAGLayout, EdmondsKarpMaxFlow, EigenvectorCentrality, FRLayout, FRLayout, FRLayout2, HITS, HITSWithPriors, ISOMLayout, ISOMLayout, IterativeProcess, KKLayout, KStepMarkov, KStepMarkov, LayoutDecorator, LayoutDecorator, LayoutEventBroadcaster, LayoutTransition, MarkovCentrality, ObservableCachingLayout, PageRank, PageRankWithPriors, PersistentLayoutImpl, RandomWalkBetweenness, RandomWalkSTBetweenness, RelativeAuthorityRanker, SpringLayout, SpringLayout, SpringLayout2, VoltageScorer, WeightedNIPaths

public interface IterativeContext

An interface for algorithms that proceed iteratively.


Method Summary
 boolean done()
          Returns true if this iterative process is finished, and false otherwise.
 void step()
          Advances one step.
 

Method Detail

step

void step()
Advances one step.


done

boolean done()
Returns true if this iterative process is finished, and false otherwise.



Copyright © 2009. All Rights Reserved.