Class CommanderAgent.TreatVictims

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected ISpaceObject disaster
      The disaster.
      protected java.util.Collection<java.lang.Object> units
      The units.
    • Constructor Summary

      Constructors 
      Constructor Description
      TreatVictims​(ISpaceObject disaster)
      Create a new TreatVictims.
    • Field Detail

      • units

        protected java.util.Collection<java.lang.Object> units
        The units.
    • Constructor Detail

      • TreatVictims

        public TreatVictims​(ISpaceObject disaster)
        Create a new TreatVictims.
    • Method Detail

      • getUnits

        public java.util.Collection<java.lang.Object> getUnits()
        Get the units.
        Specified by:
        getUnits in interface IForcesGoal
        Returns:
        The units.
      • checkTarget

        public boolean checkTarget()