Class GoPlanEnv
- java.lang.Object
-
- jadex.bdiv3.examples.garbagecollector.GoPlanEnv
-
public class GoPlanEnv extends java.lang.ObjectGo to a specified position.
-
-
Field Summary
Fields Modifier and Type Field Description protected intactionprotected GarbageCollectorAgentcollectorprotected GarbageCollectorAgent.Gogoalprotected IPlanrplan
-
Constructor Summary
Constructors Constructor Description GoPlanEnv()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaborted()voidbody(IGoal go)The plan body.
-
-
-
Field Detail
-
collector
protected GarbageCollectorAgent collector
-
rplan
protected IPlan rplan
-
goal
protected GarbageCollectorAgent.Go goal
-
action
protected int action
-
-
Method Detail
-
body
public void body(IGoal go)
The plan body.
-
aborted
public void aborted()
-
-