net.sf.colossus.game.actions
Class RelocateLegion

java.lang.Object
  extended by net.sf.colossus.game.actions.LegionAction
      extended by net.sf.colossus.game.actions.RelocateLegion
All Implemented Interfaces:
GameAction

public class RelocateLegion
extends LegionAction


Field Summary
private  MasterHex hex
           
 
Fields inherited from class net.sf.colossus.game.actions.LegionAction
legion
 
Constructor Summary
RelocateLegion(Legion legion, MasterHex hex)
           
 
Method Summary
 MasterHex getDestination()
           
 java.lang.String toString()
           
 
Methods inherited from class net.sf.colossus.game.actions.LegionAction
getLegion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

hex

private final MasterHex hex
Constructor Detail

RelocateLegion

public RelocateLegion(Legion legion,
                      MasterHex hex)
Method Detail

getDestination

public MasterHex getDestination()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object