Class Summary |
BouncedResult |
Similar to an OrderResult, but allows the optional specification of:
the unit with which this unit bounces
the attack and defense strengths
|
ConvoyPathResult |
An OrderResult that contains the path taken by a successfully
convoyed Move. |
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).
|
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
|
OrderResult |
A message sent to a specific Power that refers to a specific order.
|
OrderResult.ResultType |
Type-Safe enumerated categories of OrderResults. |
Result |
A Result is a message that is sent from the adjudicator back to a power
or all powers concerning turn processing.
|
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.
|
TimeResult |
TimeResult
Timestamp result, with an optional message.
|