Interface IForcesGoal
-
- All Known Implementing Classes:
CommanderAgent.ClearChemicals,CommanderAgent.ExtinguishFires,CommanderAgent.TreatVictims
public interface IForcesGoal
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ISpaceObjectgetDisaster()Get the disaster.java.util.Collection<java.lang.Object>getUnits()Get the units.
-
-
-
Method Detail
-
getDisaster
ISpaceObject getDisaster()
Get the disaster.- Returns:
- The disaster.
-
getUnits
java.util.Collection<java.lang.Object> getUnits()
Get the units.- Returns:
- The units.
-
-