Package | Description |
---|---|
org.drools.games.wumpus |
Modifier and Type | Method and Description |
---|---|
Move |
MoveCommand.getMove() |
static Move |
Move.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Move[] |
Move.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
MoveCommand.setMove(Move move) |
Constructor and Description |
---|
MoveCommand(Move move) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.