Package jadex.bdiv3.examples.blocksworld
Class ConfigureBlocksPlan
- java.lang.Object
-
- jadex.bdiv3.examples.blocksworld.ConfigureBlocksPlan
-
public class ConfigureBlocksPlan extends java.lang.Object
Stack blocks according to the target configuration.
-
-
Field Summary
Fields Modifier and Type Field Description protected BlocksworldAgent
capa
protected BlocksworldAgent.ConfigureGoal
goal
protected IPlan
rplan
-
Constructor Summary
Constructors Constructor Description ConfigureBlocksPlan()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
body()
The plan body.
-
-
-
Field Detail
-
capa
protected BlocksworldAgent capa
-
rplan
protected IPlan rplan
-
goal
protected BlocksworldAgent.ConfigureGoal goal
-
-