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