|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AI | |
---|---|
edu.ou.pacman.board | |
edu.ou.pacman.util |
Uses of AI in edu.ou.pacman.board |
---|
Constructors in edu.ou.pacman.board with parameters of type AI | |
---|---|
GameBoard(boolean hasView,
AI pacman_ai,
AI team_ai,
java.lang.String template)
|
Uses of AI in edu.ou.pacman.util |
---|
Methods in edu.ou.pacman.util that return AI | |
---|---|
static AI |
AI.getAI(java.lang.String ai)
Parse a string and determine the AI that it is calling for. |
static AI |
AI.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AI[] |
AI.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |