|
Class Summary |
| AbstractLoggableAction<T> |
Abstract loggable action, attached to the blindrisk.interfaces.LogInfo |
| AttackedLoggableAction |
Used when the log is of an attacked action, in which case the country
is the country that was attacked, the direction is the direction attacked from, the numberofunits
the units attacked with and the result being of type AttackResult. |
| AttackLoggableAction |
Used when the log is of an attacking action, in which case the country
is the country attacking, the direction is the direction attacked, the numberofunits
the units involved and the result being of type AttackResult |
| BuildLoggableAction |
Used when the log is of a build action, in which case the country
is the country that built, the direction is NONE, the numberofunits being 1
and the result being an Integer which is the units now in that country. |
| ConqueredLoggableAction |
Used when the log is of a conquered action, in which case the country is null,
the direction is the direction attacked from, the numberofunits
the units attacked with and the result being the country that was lost as
type MapCountry. |
| PassLoggableAction |
Used when the log is of an pass action, in which case the country
is the country that passed, the direction is NONE, the numberofunits being 0
and the result being null. |
| ScoutLoggableAction |
Used when the log is of a scout action, in which case the country
is the country that scouted, the direction is which direction the scouting
occurred, the numberofunits being 0
and the result being an Integer which is the units found in the scouted country. |
| TransferLoggableAction |
Used when the log is of an transferring action, in which case the country
is the country transferring, the direction is the direction transferred, the numberofunits
the units transferred and the result being of type TransferResult |