Package edu.uci.ics.jung.algorithms.util
Interface IterativeContext
-
- All Known Implementing Classes:
AbstractIterativeScorer,AbstractIterativeScorerWithPriors,AbstractRanker,AggregateLayout,BetweennessCentrality,DAGLayout,EdmondsKarpMaxFlow,EigenvectorCentrality,FRLayout,FRLayout2,HITS,HITSWithPriors,ISOMLayout,IterativeProcess,KKLayout,KStepMarkov,KStepMarkov,LayoutDecorator,MarkovCentrality,PageRank,PageRankWithPriors,RandomWalkBetweenness,RandomWalkSTBetweenness,RelativeAuthorityRanker,SpringLayout,SpringLayout2,VoltageScorer,WeightedNIPaths
public interface IterativeContextAn interface for algorithms that proceed iteratively.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleandone()Returns true if this iterative process is finished, and false otherwise.voidstep()Advances one step.
-