Uses of Class
dip.order.Move

Packages that use Move
dip.gui.order   
dip.order   
dip.world   
 

Uses of Move in dip.gui.order
 

Subclasses of Move in dip.gui.order
 class GUIMove
          GUIOrder subclass of Move order.
 class GUIMoveExplicit
          GUIOrder subclass of Move order.
 class GUIRetreat
          GUIOrder subclass of Retreat order.
 

Methods in dip.gui.order that return Move
 Move GUIOrderFactory.createMove(Power power, Location source, Unit.Type srcUnitType, Location dest)
          Creates a GUIMove order
 Move GUIOrderFactory.createMove(Power power, Location source, Unit.Type srcUnitType, Location dest, boolean isConvoying)
          Creates a GUIMove order
 Move GUIOrderFactory.createMove(Power power, Location src, Unit.Type srcUnitType, Location dest, Province[] convoyRoute)
          Creates a GUIMove order
 Move GUIOrderFactory.createMove(Power power, Location src, Unit.Type srcUnitType, Location dest, java.util.List routes)
          Creates a GUIMove order
 

Uses of Move in dip.order
 

Subclasses of Move in dip.order
 class Retreat
          Implementation of the Retreat order.
 

Methods in dip.order that return Move
abstract  Move OrderFactory.createMove(Power power, Location source, Unit.Type srcUnitType, Location dest)
          Creates a Move order
abstract  Move OrderFactory.createMove(Power power, Location source, Unit.Type srcUnitType, Location dest, boolean isConvoying)
          Creates a Move order
abstract  Move OrderFactory.createMove(Power power, Location src, Unit.Type srcUnitType, Location dest, Province[] convoyRoute)
          Creates a Move order
abstract  Move OrderFactory.createMove(Power power, Location src, Unit.Type srcUnitType, Location dest, java.util.List routes)
          Creates a Move order
 

Uses of Move in dip.world
 

Methods in dip.world with parameters of type Move
 Tristate Path.getConvoyRouteEvaluation(Move move, Location invalidLoc, java.util.List actualPath)
          Convenience Method.
 



Copyright 2002-2004 Zachary DelProposto / jDip Development Team. All Rights Reserved.