Class HandleAmbulancesPlan


  • public class HandleAmbulancesPlan
    extends HandleForcesPlan
    Allocate ambulances to disasters for treating victims.
    • Constructor Detail

      • HandleAmbulancesPlan

        public HandleAmbulancesPlan()
    • Method Detail

      • body

        public void body()
        The body method is called on the instantiated plan instance from the scheduler.
        Specified by:
        body in class Plan