Class BlocksworldAgent.StackGoal

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

public class BlocksworldAgent.StackGoal extends Object
  • Field Details

    • block

      protected Block block
      The block.
    • target

      protected Block target
      The target.
  • Constructor Details

    • StackGoal

      public StackGoal(Block block, Block target)
  • Method Details

    • checkOn

      public boolean checkOn()
    • getBlock

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

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