Package jadex.bdiv3.examples.blocksworld
Class ConfigureBlocksPlan
- java.lang.Object
- 
- jadex.bdiv3.examples.blocksworld.ConfigureBlocksPlan
 
- 
 public class ConfigureBlocksPlan extends java.lang.ObjectStack blocks according to the target configuration.
- 
- 
Field SummaryFields Modifier and Type Field Description protected BlocksworldAgentcapaprotected BlocksworldAgent.ConfigureGoalgoalprotected IPlanrplan
 - 
Constructor SummaryConstructors Constructor Description ConfigureBlocksPlan()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbody()The plan body.
 
- 
- 
- 
Field Detail- 
capaprotected BlocksworldAgent capa 
 - 
rplanprotected IPlan rplan 
 - 
goalprotected BlocksworldAgent.ConfigureGoal goal 
 
- 
 
-