Class PropagateGameStatePlan


  • public class PropagateGameStatePlan
    extends Plan
    Updates the belief "gamestate" and propage the gamestate.
    • Constructor Detail

      • PropagateGameStatePlan

        public PropagateGameStatePlan()
    • Method Detail

      • body

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