|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This is the interface for an army command.
| Method Summary | |
void |
addSubCommand(Command subCommand)
Add a sub-command. |
void |
removeSubCommand(Command subCommand)
Remove a sub-command. |
| Methods inherited from interface game.interfaces.Command |
addNewUnit, addTaskForceToList, cancelAllOrders, carryOutOrders, commandIterator, commandStructure, dies, getAttackStrength, getCivilization, getHighCommand, getName, getNumberOfSubCommands, getNumberOfUnits, getPersonnel, getSuperior, getTaskForce, hasSettlers, hasUnits, issueOrders, merge, newSubCommand, remove, setName, setSuperior, split, structure, structure, taskForceIterator, transfer |
| Methods inherited from interface game.interfaces.Combatant |
getCombatData |
| Methods inherited from interface java.lang.Comparable |
compareTo |
| Method Detail |
public void addSubCommand(Command subCommand)
subCommand - the sub-command to add.public void removeSubCommand(Command subCommand)
subCommand - the sub-command to remove.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||