|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBinaryAtomicSentence
Defines methods required by binary atomic sentences in the logic system. A binary atomic sentence consists of a left argument, an operator, and a right argument. The sentence evaluates to true or false in the context of a given item.
Method Summary | |
---|---|
IArgument |
getLeft()
Return the left side argument. |
OperatorType |
getOperator()
Return the operator. |
IArgument |
getRight()
Return the right side argument. |
Methods inherited from interface org.vizzini.ai.logic.ISentence |
---|
clone, evaluate, getDescription, setDescription |
Method Detail |
---|
IArgument getLeft()
OperatorType getOperator()
IArgument getRight()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2007 Vizzini.org. All Rights Reserved. | 2007.12.25.03.00.02 |