Class BlocksworldAgent.ClearGoal

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

public class BlocksworldAgent.ClearGoal extends Object
  • Field Details

    • block

      protected Block block
      The block.
  • Constructor Details

    • ClearGoal

      public ClearGoal(Block block)
  • Method Details

    • 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.