|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectiveType | |
---|---|
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 ConnectiveType in org.vizzini.ai.logic |
---|
Fields in org.vizzini.ai.logic declared as ConnectiveType | |
---|---|
static ConnectiveType |
ConnectiveType.AND
|
static ConnectiveType |
ConnectiveType.IFF
|
static ConnectiveType |
ConnectiveType.IMPLIES
|
static ConnectiveType |
ConnectiveType.NOT
|
static ConnectiveType |
ConnectiveType.OR
|
Methods in org.vizzini.ai.logic that return ConnectiveType | |
---|---|
static ConnectiveType |
ConnectiveType.get(int i)
Get the connective type which corresponds to the given integer. |
ConnectiveType |
ComplexSentenceAND.getConnective()
|
ConnectiveType |
ComplexSentenceIFF.getConnective()
|
ConnectiveType |
ComplexSentenceIMPLIES.getConnective()
|
ConnectiveType |
ComplexSentenceNOT.getConnective()
|
ConnectiveType |
ComplexSentenceOR.getConnective()
|
ConnectiveType |
IComplexSentence.getConnective()
Return the connective. |
static ConnectiveType |
ConnectiveType.valueOf(String name)
Get the connective type which corresponds to the given string. |
Methods in org.vizzini.ai.logic with parameters of type ConnectiveType | |
---|---|
IComplexSentence |
SentenceFactory.create(ISentence left,
ConnectiveType connectiveType,
ISentence right)
Construct an IComplexSentence |
IComplexSentence |
SentenceFactory.create(String description,
ISentence left,
ConnectiveType connectiveType,
ISentence right)
Construct an IComplexSentence |
Uses of ConnectiveType in org.vizzini.ui.ai.logic |
---|
Methods in org.vizzini.ui.ai.logic that return ConnectiveType | |
---|---|
protected ConnectiveType |
ComplexSentenceEditor.getConnective()
Return the selected connective type. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 2007 Vizzini.org. All Rights Reserved. | 2007.12.25.03.00.02 |