Interface IForcesGoal
- 
- All Known Implementing Classes:
- CommanderAgent.ClearChemicals,- CommanderAgent.ExtinguishFires,- CommanderAgent.TreatVictims
 
 public interface IForcesGoal
- 
- 
Method SummaryAll 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- 
getDisasterISpaceObject getDisaster() Get the disaster.- Returns:
- The disaster.
 
 - 
getUnitsjava.util.Collection<java.lang.Object> getUnits() Get the units.- Returns:
- The units.
 
 
- 
 
-