Class TakePlanEnv
- java.lang.Object
- 
- jadex.bdiv3.examples.garbagecollector.TakePlanEnv
 
- 
 public class TakePlanEnv extends java.lang.ObjectTake some garbage and bring it to the burner.
- 
- 
Field SummaryFields Modifier and Type Field Description protected GarbageCollectorAgentcollectorprotected GarbageCollectorAgent.Takegoalprotected IPlanrplan
 - 
Constructor SummaryConstructors Constructor Description TakePlanEnv()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbody()The plan body.
 
- 
- 
- 
Field Detail- 
collectorprotected GarbageCollectorAgent collector 
 - 
rplanprotected IPlan rplan 
 - 
goalprotected GarbageCollectorAgent.Take goal 
 
- 
 
-