Class MoveCommand

java.lang.Object
org.drools.games.wumpus.MoveCommand
All Implemented Interfaces:
Command

public class MoveCommand extends Object implements Command
  • Constructor Details

    • MoveCommand

      public MoveCommand(Move move)
  • Method Details

    • getMove

      public Move getMove()
    • setMove

      public void setMove(Move move)
    • toString

      public String toString()
      Overrides:
      toString in class Object