JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
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
IterativeContext
An interface for algorithms that proceed iteratively.
Method Summary
Methods
Modifier and Type
Method and Description
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.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method