Class BlocksworldAgent.ClearGoal

  • Enclosing class:
    BlocksworldAgent

    public class BlocksworldAgent.ClearGoal
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected Block block
      The block.
    • Constructor Summary

      Constructors 
      Constructor Description
      ClearGoal​(Block block)  
    • Field Detail

      • block

        protected Block block
        The block.
    • Constructor Detail

      • ClearGoal

        public ClearGoal​(Block block)
    • Method Detail

      • checkClear

        public boolean checkClear()
        Returns:
        True, if clear.
      • getBlock

        public Block getBlock()
        Get the block.
        Returns:
        The block.
      • getTarget

        public Block getTarget()
        Get the target.
        Returns:
        The target.