Uses of Class
org.drools.games.wumpus.Move
-
Packages that use Move Package Description org.drools.games.wumpus -
-
Uses of Move in org.drools.games.wumpus
Methods in org.drools.games.wumpus that return Move Modifier and Type Method Description MoveMoveCommand. getMove()static MoveMove. 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.Methods in org.drools.games.wumpus with parameters of type Move Modifier and Type Method Description voidMoveCommand. setMove(Move move)Constructors in org.drools.games.wumpus with parameters of type Move Constructor Description MoveCommand(Move move)
-