Class ExploreMapPlan
- java.lang.Object
-
- jadex.bdiv3.examples.cleanerworld.cleaner.ExploreMapPlan
-
public class ExploreMapPlan extends java.lang.ObjectPlan to explore the map by going to the seldom visited positions. Uses the absolute quantity to go to positions that are not yet explored.
-
-
Field Summary
Fields Modifier and Type Field Description protected CleanerAgentcapaprotected java.util.RandomrndRandom number generator.protected IPlanrplan
-
Constructor Summary
Constructors Constructor Description ExploreMapPlan()Create a new plan.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IFuture<java.lang.Void>body()The plan body.protected java.util.List<MapPoint>getMinQuantity()
-
-
-
Field Detail
-
capa
protected CleanerAgent capa
-
rplan
protected IPlan rplan
-
rnd
protected java.util.Random rnd
Random number generator.
-
-