|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Order | |
dip.gui.order | |
dip.order | |
dip.process | |
dip.world |
Uses of Order in dip.gui.order |
Subclasses of Order in dip.gui.order | |
class |
GUIBuild
GUIOrder implementation of Build order. |
class |
GUIConvoy
GUIOrder subclass of Convoy order. |
class |
GUIDefineState
GUIOrder subclass of DefineState order. |
class |
GUIDisband
GUIOrder implementation of Disband order. |
class |
GUIHold
GUIOrder subclass of Hold order. |
class |
GUIMove
GUIOrder subclass of Move order. |
class |
GUIMoveExplicit
GUIOrder subclass of Move order. |
class |
GUIRemove
GUIOrder implementation of Remove order. |
class |
GUIRetreat
GUIOrder subclass of Retreat order. |
class |
GUISupport
GUIOrder subclass of Support order. |
class |
GUIWaive
GUIOrder implementation of the Waive order. |
Uses of Order in dip.order |
Subclasses of Order in dip.order | |
class |
Build
Implementation of the Build order. |
class |
Convoy
Implementation of the Convoy order. |
class |
DefineState
Implementation of the Setup (DefineState) order. |
class |
Disband
Implementation of the Disband order. |
class |
Hold
Implementation of the Hold order. |
class |
Move
Implementation of the Move order. |
class |
Remove
Implementation of the Remove order. |
class |
Retreat
Implementation of the Retreat order. |
class |
Support
Implementation of the Support order. |
class |
Waive
A Waive order; a power may explicitly choose not to build a unit. |
Fields in dip.order declared as Order | |
protected Order |
Support.narrowingOrder
|
Methods in dip.order that return Order | |
Order |
Support.getNarrowingOrder()
Returns the Narrowing order, or null if none was specified. |
Order |
OrderParser.parse(OrderFactory orderFactory,
java.lang.String text,
Power power,
TurnState turnState,
boolean locked,
boolean guess)
Parse an order to an Order object. |
Order |
OrderException.getOrder()
The Order that generated the Exception; null if not set. |
Methods in dip.order with parameters of type Order | |
void |
Support.setNarrowingOrder(Order o)
A narrowing order only applies to non-move Supports, to make it more specific. |
Constructors in dip.order with parameters of type Order | |
OrderWarning(Order order,
java.lang.String text)
Create an OrderWarning. |
|
OrderException(Order order,
java.lang.String text)
Create an OrderException, with the given Order and Message. |
Uses of Order in dip.process |
Methods in dip.process that return Order | |
Order |
OrderState.getOrder()
Get the Order for this OrderState. |
Methods in dip.process with parameters of type Order | |
protected void |
OrderState.setOrder(Order value)
Set the Order. |
Constructors in dip.process with parameters of type Order | |
OrderState(Order order)
Create an OrderState. |
Uses of Order in dip.world |
Methods in dip.world with parameters of type Order | |
boolean |
Province.canTransit(Phase phase,
Order order)
Convenient version of canTransit() |
Border |
Province.getTransit(Phase phase,
Order order)
Convenient version of getTransit() |
boolean |
Border.canTransit(Phase phase,
Order order)
Determines if a unit can transit from a location to this location. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |