Interface IterativeContext

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

public interface IterativeContext
An interface for algorithms that proceed iteratively.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    void
    Advances one step.
  • Method Details

    • step

      void step()
      Advances one step.
    • done

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