Class GoPlanEnv
- java.lang.Object
-
- jadex.bdiv3.examples.garbagecollector.GoPlanEnv
-
public class GoPlanEnv extends java.lang.Object
Go to a specified position.
-
-
Field Summary
Fields Modifier and Type Field Description protected int
action
protected GarbageCollectorAgent
collector
protected GarbageCollectorAgent.Go
goal
protected IPlan
rplan
-
Constructor Summary
Constructors Constructor Description GoPlanEnv()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
aborted()
void
body(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()
-
-