Class MemorizePositionsPlan
- java.lang.Object
-
- jadex.bdiv3.examples.cleanerworld.cleaner.MemorizePositionsPlan
-
public class MemorizePositionsPlan extends java.lang.Object
Memorize the visited positions.
-
-
Field Summary
Fields Modifier and Type Field Description protected CleanerAgent
capa
protected double
forget
The forget factor.protected IPlan
rplan
-
Constructor Summary
Constructors Constructor Description MemorizePositionsPlan()
Create a new plan.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
body()
The plan body.
-
-
-
Field Detail
-
capa
protected CleanerAgent capa
-
rplan
protected IPlan rplan
-
forget
protected double forget
The forget factor.
-
-