|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ArgumentType | |
---|---|
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 ArgumentType in org.vizzini.ai.logic |
---|
Fields in org.vizzini.ai.logic declared as ArgumentType | |
---|---|
static ArgumentType |
ArgumentType.LITERAL
|
static ArgumentType |
ArgumentType.PROPERTY
|
Methods in org.vizzini.ai.logic that return ArgumentType | |
---|---|
static ArgumentType |
ArgumentType.get(int i)
Return the argument type which corresponds to the given integer. |
ArgumentType |
IArgument.getArgumentType()
Return the argument type. |
ArgumentType |
LiteralArgument.getArgumentType()
Return the arg type. |
ArgumentType |
PropertyArgument.getArgumentType()
Return the arg type. |
static ArgumentType |
ArgumentType.valueOf(String name)
Return the argument type which corresponds to the given string. |
Methods in org.vizzini.ai.logic with parameters of type ArgumentType | |
---|---|
IArgument |
ArgumentFactory.create(ArgumentType argType,
Object value)
Construct an IArgument object of the correct type. |
Uses of ArgumentType in org.vizzini.ui.ai.logic |
---|
Methods in org.vizzini.ui.ai.logic that return ArgumentType | |
---|---|
protected ArgumentType |
ArgumentEditor.getArgumentType()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 2007 Vizzini.org. All Rights Reserved. | 2007.12.25.03.00.02 |