|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AlgResultI
Implement the resulting object, as a string, and as what ever object that you'd like.
Nested Class Summary | |
---|---|
static class |
AlgResultI.ResultStatus
A general flag for the results status. |
Method Summary | |
---|---|
AlgResultI.ResultStatus |
getResultStat()
Get the result status. |
java.lang.Object |
resultObject()
An object representation of the results. |
java.lang.String |
resultString()
A string representation of the results. |
Method Detail |
---|
AlgResultI.ResultStatus getResultStat()
Get the result status.
java.lang.String resultString()
A string representation of the results.
java.lang.Object resultObject()
An object representation of the results.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |