Class HandleDisasterPlan


  • public class HandleDisasterPlan
    extends java.lang.Object
    Handle a disaster by assigning units.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void aborted​(java.lang.Exception e)  
      void body​(CommanderAgent.HandleDisaster goal)
      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

      • HandleDisasterPlan

        public HandleDisasterPlan()
    • Method Detail

      • body

        public void body​(CommanderAgent.HandleDisaster goal)
        The body method is called on the instantiated plan instance from the scheduler.
      • aborted

        public void aborted​(java.lang.Exception e)