|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AlgI
Implement your algorithm, use or ignore what ever phases that you'd like.
Method Summary | |
---|---|
AlgResultI |
doAlgorithm()
The main algorithm phase. |
AlgResultI |
postAlgorithm()
Post algorithm phase. |
AlgResultI |
preAlgorithm()
Pre algorithm phase. |
Method Detail |
---|
AlgResultI preAlgorithm() throws AlgExceptionI
Pre algorithm phase.
AlgExceptionI
- Wherever the algorithm implementor choose to.AlgResultI doAlgorithm() throws AlgExceptionI
The main algorithm phase.
AlgExceptionI
- Wherever the algorithm implementor choose to.AlgResultI postAlgorithm() throws AlgExceptionI
Post algorithm phase.
AlgExceptionI
- Wherever the algorithm implementor choose to.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |