|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LogicException | |
---|---|
org.vizzini.ai.logic | Provides logic classes for the game framework. |
Uses of LogicException in org.vizzini.ai.logic |
---|
Methods in org.vizzini.ai.logic that throw LogicException | |
---|---|
boolean |
AtomicSentenceEQ.evaluate(Object contextItem)
Return true if this sentence, in the context of the given object, evaluates to true. |
boolean |
AtomicSentenceGT.evaluate(Object contextItem)
Return true if this sentence, in the context of the given object, evaluates to true. |
boolean |
AtomicSentenceLT.evaluate(Object contextItem)
Return true if this sentence, in the context of the given object, evaluates to true. |
boolean |
ComplexSentenceAND.evaluate(Object contextItem)
Return true if this expression, using the given object, evaluates to true. |
boolean |
ComplexSentenceIFF.evaluate(Object contextItem)
Return true if this expression, using the given object, evaluates to true. |
boolean |
ComplexSentenceIMPLIES.evaluate(Object contextItem)
Return true if this expression, using the given object, evaluates to true. |
boolean |
ComplexSentenceNOT.evaluate(Object contextItem)
Return true if this expression, using the given object, evaluates to true. |
boolean |
ComplexSentenceOR.evaluate(Object contextItem)
Return true if this expression, using the given object, evaluates to true. |
boolean |
ISentence.evaluate(Object contextItem)
Return the evaluation of this sentence in the context of the given item. |
Object |
IArgument.getValue(Object contextItem)
Return the value of this argument using the given context item. |
Object |
LiteralArgument.getValue(Object contextItem)
Return the value of this argument, ignoring the given context item. |
Object |
PropertyArgument.getValue(Object contextItem)
Return the value of this argument using the given context item. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 2007 Vizzini.org. All Rights Reserved. | 2007.12.25.03.00.02 |