|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StepwiseAlgorithm
Method Summary | |
---|---|
boolean |
atStart()
|
boolean |
finished()
|
void |
init(java.lang.String filename)
Do the necessary initialization before the first step. |
void |
nextStep()
Perform the next step of the algorithm. |
void |
previousStep()
Undo the last step of the algorithm (optional) |
Method Detail |
---|
void init(java.lang.String filename)
filename
- The name of a Graph(ML) file.void nextStep()
void previousStep()
boolean finished()
true
iff the algorithm has terminated.boolean atStart()
true
iff the algorithm is in its starting state.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |