|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.wis.jtlv.lib.AlgResultString
public class AlgResultString
String results.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface edu.wis.jtlv.lib.AlgResultI |
---|
AlgResultI.ResultStatus |
Constructor Summary | |
---|---|
AlgResultString(AlgResultI.ResultStatus fin_status,
java.lang.String res)
A constructor for a String results, with a general flag is was successful. |
|
AlgResultString(boolean was_successful,
java.lang.String res)
A constructor for a String results, with a general flag is was successful. |
|
AlgResultString(java.lang.String res)
A constructor for a String results, without successfulness status. |
Method Summary | |
---|---|
AlgResultI.ResultStatus |
getResultStat()
Get the result status. |
java.lang.Object |
resultObject()
A String object representation of the results. |
java.lang.String |
resultString()
A string representation of the results. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AlgResultString(boolean was_successful, java.lang.String res)
A constructor for a String results, with a general flag is was successful.
was_successful
- Did the algorithm succeed.res
- The results themselves.public AlgResultString(AlgResultI.ResultStatus fin_status, java.lang.String res)
A constructor for a String results, with a general flag is was successful.
fin_status
- The algorithm finishing status.res
- The results themselves.public AlgResultString(java.lang.String res)
A constructor for a String results, without successfulness status.
res
- The results themselves.Method Detail |
---|
public AlgResultI.ResultStatus getResultStat()
AlgResultI
Get the result status.
getResultStat
in interface AlgResultI
public java.lang.Object resultObject()
A String object representation of the results.
resultObject
in interface AlgResultI
public java.lang.String resultString()
AlgResultI
A string representation of the results.
resultString
in interface AlgResultI
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |