Class BlocksworldAgent.ConfigureGoal

  • Enclosing class:
    BlocksworldAgent

    public class BlocksworldAgent.ConfigureGoal
    extends java.lang.Object
    • Field Detail

      • configuration

        protected Table configuration
        The block.
      • blocks

        protected java.util.Set<Block> blocks
        The target.
    • Constructor Detail

      • ConfigureGoal

        public ConfigureGoal​(Table configuration,
                             java.util.Set<Block> blocks)
    • Method Detail

      • checkConfiguration

        public boolean checkConfiguration()
      • getConfiguration

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