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