Package jadex.bdiv3.examples.blocksworld
Class BlocksworldAgent.ConfigureGoal
- java.lang.Object
-
- jadex.bdiv3.examples.blocksworld.BlocksworldAgent.ConfigureGoal
-
- Enclosing class:
- BlocksworldAgent
public class BlocksworldAgent.ConfigureGoal extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.Set<Block>
blocks
The target.protected Table
configuration
The block.
-
Constructor Summary
Constructors Constructor Description ConfigureGoal(Table configuration, java.util.Set<Block> blocks)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
checkConfiguration()
Table
getConfiguration()
Get the configuration.
-
-
-
Method Detail
-
checkConfiguration
public boolean checkConfiguration()
-
getConfiguration
public Table getConfiguration()
Get the configuration.- Returns:
- The configuration.
-
-