Class StackBlocksPlan


  • public class StackBlocksPlan
    extends Plan
    Stack a block on top of another.
    • Field Detail

      • MODE_NORMAL

        public static final java.lang.String MODE_NORMAL
        The normal execution mode.
        See Also:
        Constant Field Values
      • MODE_SLOW

        public static final java.lang.String MODE_SLOW
        The slow execution mode.
        See Also:
        Constant Field Values
      • MODE_STEP

        public static final java.lang.String MODE_STEP
        The step execution mode.
        See Also:
        Constant Field Values
      • block

        protected Block block
        The block to be moved.
      • target

        protected Block target
        The block on to which to put the other block.
      • mode

        protected java.lang.String mode
        The execution mode.
      • quiet

        protected boolean quiet
        The quiet flag (do not printout messages).
    • Constructor Detail

      • StackBlocksPlan

        public StackBlocksPlan()
    • Method Detail

      • body

        public void body()
        The plan body.
        Specified by:
        body in class Plan