Uses of Class
dip.order.result.Result

Packages that use Result
dip.order   
dip.order.result   
dip.process   
 

Uses of Result in dip.order
 

Constructors in dip.order with parameters of type Result
NJudgeOrderParser.NJudgeOrder(Orderable order, Result aResult, boolean isAdjustmentPhase)
          Create an NJudgeOrder
NJudgeOrderParser.NJudgeOrder(Power power, int unusedPendingBuilds, int unusedPendingWaives, Result result)
          Create an Adjustment-phase NJudgeOrder for unused pending Builds, or pending Waives, but not both.
NJudgeOrderParser.NJudgeOrder(Power power, Result result)
          Create an Adjustment-phase NJudgeOrder for a Waived Build.
 

Uses of Result in dip.order.result
 

Subclasses of Result in dip.order.result
 class BouncedResult
          Similar to an OrderResult, but allows the optional specification of: the unit with which this unit bounces the attack and defense strengths
 class ConvoyPathResult
          An OrderResult that contains the path taken by a successfully convoyed Move.
 class DependentMoveFailedResult
          An OrderResult that applies specifically to Move orders that fail because they depend upon another Move to succeed (and that move did not succeed).
 class DislodgedResult
          Similar to an OrderResult, but allows the optional specification of: valid Locations to which a unit may retreat (if any) the unit that dislodged this unit the attack and defense strengths
 class OrderResult
          A message sent to a specific Power that refers to a specific order.
 class SubstitutedResult
          If an adjudicator replaces an order (because it is invalid, for example) or creates an order (because no order was given), a SubstitutedResult is created.
 class TimeResult
          TimeResult Timestamp result, with an optional message.
 

Uses of Result in dip.process
 

Methods in dip.process with parameters of type Result
 void StdAdjudicator.addResult(Result result)
          Add a Result to the result list
 void Adjudicator.addResult(Result result)
          Add a Result to the result list
 



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