Class TakePlanEnv
- java.lang.Object
-
- jadex.bdiv3.examples.garbagecollector.TakePlanEnv
-
public class TakePlanEnv extends java.lang.Object
Take some garbage and bring it to the burner.
-
-
Field Summary
Fields Modifier and Type Field Description protected GarbageCollectorAgent
collector
protected GarbageCollectorAgent.Take
goal
protected IPlan
rplan
-
Constructor Summary
Constructors Constructor Description TakePlanEnv()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
body()
The plan body.
-
-
-
Field Detail
-
collector
protected GarbageCollectorAgent collector
-
rplan
protected IPlan rplan
-
goal
protected GarbageCollectorAgent.Take goal
-
-