Uses of Interface
org.vizzini.ai.logic.IBinaryAtomicSentence

Packages that use IBinaryAtomicSentence
org.vizzini.ai.logic Provides logic classes for the game framework. 
org.vizzini.ui.ai.logic Provides AI logic user interface classes for the game framework. 
 

Uses of IBinaryAtomicSentence in org.vizzini.ai.logic
 

Classes in org.vizzini.ai.logic that implement IBinaryAtomicSentence
 class AbstractBinaryAtomicSentence
          Provides base functionality for binary atomic sentences in the logic system.
 class AtomicSentenceEQ
          Provides a binary atomic sentence using equals.
 class AtomicSentenceGT
          Provides a binary atomic sentence using greater than.
 class AtomicSentenceLT
          Provides a binary atomic sentence using less than.
 

Methods in org.vizzini.ai.logic that return IBinaryAtomicSentence
 IBinaryAtomicSentence SentenceFactory.create(IArgument left, OperatorType operator, IArgument right)
          Construct an IBinaryAtomicSentence object of the correct type.
 IBinaryAtomicSentence SentenceFactory.create(IArgument left, String operatorString, IArgument right)
          Construct an IBinaryAtomicSentence object of the correct type.
 IBinaryAtomicSentence SentenceFactory.create(String description, IArgument left, OperatorType operator, IArgument right)
          Construct an IBinaryAtomicSentence object of the correct type.
 IBinaryAtomicSentence SentenceFactory.create(String description, IArgument left, String operatorString, IArgument right)
          Construct an IBinaryAtomicSentence object of the correct type.
 

Uses of IBinaryAtomicSentence in org.vizzini.ui.ai.logic
 

Constructors in org.vizzini.ui.ai.logic with parameters of type IBinaryAtomicSentence
BinaryAtomicSentenceWrapper(IBinaryAtomicSentence sentence)
          Construct this object with the given parameter.
 



Copyright © 2007 Vizzini.org. All Rights Reserved. 2007.12.25.03.00.02