|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TotemAlgorithm
Each algorithm must implemented this generic interface
Creation date: 23-Mar.-2004
| Method Summary | |
|---|---|
java.util.HashMap |
getRunningParameters()
Returns the parameters given when the algorithm was started |
java.util.List<ParameterDescriptor> |
getStartAlgoParameters()
Returns the optional parameters that can be given when starting the algorithm |
void |
start(java.util.HashMap params)
Used to start and initialize the algorithm |
void |
stop()
Used to stop the algorithm |
| Method Detail |
|---|
void start(java.util.HashMap params)
throws AlgorithmInitialisationException
AlgorithmInitialisationExceptionvoid stop()
java.util.List<ParameterDescriptor> getStartAlgoParameters()
java.util.HashMap getRunningParameters()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||