Class ExploreMapPlan


  • public class ExploreMapPlan
    extends Plan
    Plan to explore the map by going to the seldom visited positions. Uses the absolute quantity to go to positions that are not yet explored.
    • Constructor Detail

      • ExploreMapPlan

        public ExploreMapPlan()
    • Method Detail

      • body

        public void body()
        The plan body.
        Specified by:
        body in class Plan