Class BlocksworldAgent.ConfigureGoal

java.lang.Object
jadex.bdi.blocksworld.BlocksworldAgent.ConfigureGoal
Enclosing class:
BlocksworldAgent

public class BlocksworldAgent.ConfigureGoal extends Object
  • Field Details

    • configuration

      protected Table configuration
      The block.
    • blocks

      protected Set<Block> blocks
      The target.
  • Constructor Details

    • ConfigureGoal

      public ConfigureGoal(Table configuration, Set<Block> blocks)
  • Method Details

    • checkConfiguration

      public boolean checkConfiguration()
    • getConfiguration

      public Table getConfiguration()
      Get the configuration.
      Returns:
      The configuration.