Class HandleAmbulancesPlan


  • public class HandleAmbulancesPlan
    extends HandleForcesPlan
    Allocate ambulances to disasters for treating victims.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void body()
      The body method is called on the instantiated plan instance from the scheduler.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HandleAmbulancesPlan

        public HandleAmbulancesPlan()
    • Method Detail

      • body

        public void body()
        The body method is called on the instantiated plan instance from the scheduler.