Uses of Class
dip.process.OrderState

Packages that use OrderState
dip.process   
 

Uses of OrderState in dip.process
 

Methods in dip.process that return OrderState
 OrderState[] StdAdjudicator.getOrderStates()
          Get all OrderStates
 OrderState StdAdjudicator.findOrderStateBySrc(Location location)
          Find the OrderState with the given source Province.
 OrderState StdAdjudicator.findOrderStateBySrc(Province src)
          Find the OrderState with the given source Province.
 OrderState OrderState.getHeadToHead()
          Get the order that we are in a head-to-head Move with.
 OrderState OrderState.getDislodger()
          Get the dislodger, if any.
 OrderState[] OrderState.getDependentSupports()
          Gets the dependent Support orders for this order
 OrderState[] OrderState.getDependentMovesToSource()
          Get the Move orders that are moving to the Source Location of this order.
 OrderState[] OrderState.getDependentMovesToDestination()
          Get the Move orders that are moving to the Destination Location of this order.
 OrderState[] OrderState.getDependentSelfSupports()
          Gets the dependent self-Support orders for this order
 OrderState Adjudicator.findOrderStateBySrc(Location location)
          Find the OrderState with the given source Province.
 OrderState Adjudicator.findOrderStateBySrc(Province src)
          Find the OrderState with the given source Province.
 OrderState[] Adjudicator.getOrderStates()
          Get all OrderStates
 

Methods in dip.process with parameters of type OrderState
 boolean StdAdjudicator.isSelfSupportedMove(OrderState os)
          Returns 'true' if The Orderstate in question is a support order that is supporting a move against itself.
 void StdAdjudicator.addBouncedResult(OrderState os, OrderState bouncer)
          Add a BouncedResult to the result list
 void StdAdjudicator.addDislodgedResult(OrderState os)
          Add a DislodgedResult to the result list
 void StdAdjudicator.addResult(OrderState os, java.lang.String message)
          Add a Result to the result list
 void StdAdjudicator.addResult(OrderState os, OrderResult.ResultType type, java.lang.String message)
          Add a Result to the result list
 void OrderState.setHeadToHead(OrderState os)
          if move is a head-to-head move, set which move we are moving head-to-head against here.
 void OrderState.setDislodger(OrderState os)
          Set the dislodger.
protected  int OrderState.getSupport(boolean isCertain, OrderState[] supportList, int defaultStrength)
          Helper method, used by other getSupport() and getSelfSupport() methods.
 boolean Adjudicator.isSelfSupportedMove(OrderState os)
          Returns 'true' if The Orderstate in question is a support order that is supporting a move against itself.
 void Adjudicator.addBouncedResult(OrderState os, OrderState bouncer)
          Add a BouncedResult to the result list
 void Adjudicator.addDislodgedResult(OrderState os)
          Add a DislodgedResult to the result list
 void Adjudicator.addResult(OrderState os, java.lang.String message)
          Add a Result to the result list
 void Adjudicator.addResult(OrderState os, OrderResult.ResultType type, java.lang.String message)
          Add a Result to the result list
 



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