Package jadex.bdiv3.examples.blocksworld
Class StackBlocksPlan
- java.lang.Object
- 
- jadex.bdiv3.examples.blocksworld.StackBlocksPlan
 
- 
- Direct Known Subclasses:
- ClearBlocksPlan
 
 public class StackBlocksPlan extends java.lang.ObjectStack a block on top of another.
- 
- 
Field SummaryFields Modifier and Type Field Description protected BlocksworldAgentcapaprotected java.lang.Objectgoalprotected IPlanrplan
 - 
Constructor SummaryConstructors Constructor Description StackBlocksPlan()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbody()The plan body.BlockgetBlock()BlockgetTarget()
 
- 
- 
- 
Field Detail- 
capaprotected BlocksworldAgent capa 
 - 
rplanprotected IPlan rplan 
 - 
goalprotected java.lang.Object goal 
 
- 
 
-