|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 IComplexSentence |
IComplexSentence |
SentenceFactory.create(ISentence left,
String connectiveString,
ISentence right)
Construct an IComplexSentence |
IComplexSentence |
SentenceFactory.create(String description,
ISentence left,
ConnectiveType connectiveType,
ISentence right)
Construct an IComplexSentence |
IComplexSentence |
SentenceFactory.create(String description,
ISentence left,
String connectiveString,
ISentence right)
Construct an IComplexSentence |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 2007 Vizzini.org. All Rights Reserved. | 2007.12.25.03.00.02 |