Class CheckingPlanEnv
- java.lang.Object
- 
- jadex.bdiv3.examples.garbagecollector.CheckingPlanEnv
 
- 
 public class CheckingPlanEnv extends java.lang.ObjectCheck the grid for garbage.
- 
- 
Field SummaryFields Modifier and Type Field Description protected GarbageCollectorAgentcollectorprotected IPlanrplan
 - 
Constructor SummaryConstructors Constructor Description CheckingPlanEnv()
 - 
Method SummaryAll 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- 
collectorprotected GarbageCollectorAgent collector 
 - 
rplanprotected IPlan rplan 
 
- 
 
-