|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EvolvingGraphGenerator<V,E>
An interface for algorithms that generate graphs that evolve iteratively.
Method Summary | |
---|---|
void |
evolveGraph(int numSteps)
Instructs the algorithm to evolve the graph N steps. |
int |
numIterations()
Retrieves the total number of steps elapsed. |
Methods inherited from interface org.apache.commons.collections15.Factory |
---|
create |
Method Detail |
---|
void evolveGraph(int numSteps)
numSteps
- number of steps to iterate from the current stateint numIterations()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |