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

Packages that use IAtomicSentence
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 IAtomicSentence in org.vizzini.ai.logic
 

Subinterfaces of IAtomicSentence in org.vizzini.ai.logic
 interface IBinaryAtomicSentence
          Defines methods required by binary atomic sentences in the logic system.
 

Classes in org.vizzini.ai.logic that implement IAtomicSentence
 class AbstractAtomicSentence
          Provides base functionality for atomic sentences in the logic system.
 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.
 

Fields in org.vizzini.ai.logic declared as IAtomicSentence
static IAtomicSentence SentenceFactory.FALSE
          Provides a false sentence in the logic system.
static IAtomicSentence SentenceFactory.TRUE
          Provides a true sentence in the logic system.
 

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

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



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