Class CheckingPlanEnv
- java.lang.Object
-
- jadex.bdiv3.examples.garbagecollector.CheckingPlanEnv
-
public class CheckingPlanEnv extends java.lang.Object
Check the grid for garbage.
-
-
Field Summary
Fields Modifier and Type Field Description protected GarbageCollectorAgent
collector
protected IPlan
rplan
-
Constructor Summary
Constructors Constructor Description CheckingPlanEnv()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
body()
The plan body.protected static IVector2
computeNextPosition(IVector2 pos, int sizex, int sizey)
Compute the next position.
-
-
-
Field Detail
-
collector
protected GarbageCollectorAgent collector
-
rplan
protected IPlan rplan
-
-