|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.commands.AskResult
public class AskResult
AskResult is used as the expected precondition result from an Sparql Ask Query.
| Method Summary | |
|---|---|
static AskResult |
getAskResult(boolean resultValue)
Get either the static TRUE or FALSE AskResult object |
boolean |
getResultValue()
Return boolean value for this result |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static AskResult getAskResult(boolean resultValue)
resultValue - which AskResult object to get
public boolean getResultValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||