Drools examples 6.0.3-SNAPSHOT

org.drools.games.wumpus
Class MoveCommand

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

public class MoveCommand
extends Object
implements Command


Constructor Summary
MoveCommand(Move move)
           
 
Method Summary
 Move getMove()
           
 void setMove(Move move)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MoveCommand

public MoveCommand(Move move)
Method Detail

getMove

public Move getMove()

setMove

public void setMove(Move move)

toString

public String toString()
Overrides:
toString in class Object

Drools examples 6.0.3-SNAPSHOT

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.