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

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

Classes in org.vizzini.ai.logic that implement IComplexSentence
 class AbstractComplexSentence
          Provides base functionality for complex sentences in the logic system.
 class ComplexSentenceAND
          Provides a complex sentence using the AND connective.
 class ComplexSentenceIFF
          Provides a complex sentence using the IFF (if-and-only-if) connective.
 class ComplexSentenceIMPLIES
          Provides a complex sentence using the IMPLIES connective.
 class ComplexSentenceNOT
          Provides a complex sentence using the NOT connective.
 class ComplexSentenceOR
          Provides a complex sentence using the OR connective.
 

Methods in org.vizzini.ai.logic that return IComplexSentence
 IComplexSentence SentenceFactory.create(ISentence left, ConnectiveType connectiveType, ISentence right)
          Construct an IComplexSentenceobject of the correct type.
 IComplexSentence SentenceFactory.create(ISentence left, String connectiveString, ISentence right)
          Construct an IComplexSentenceobject of the correct type.
 IComplexSentence SentenceFactory.create(String description, ISentence left, ConnectiveType connectiveType, ISentence right)
          Construct an IComplexSentenceobject of the correct type.
 IComplexSentence SentenceFactory.create(String description, ISentence left, String connectiveString, ISentence right)
          Construct an IComplexSentenceobject of the correct type.
 

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

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



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