Package jadex.bdiv3.examples.blocksworld
Class ClearBlocksPlan
- java.lang.Object
-
- jadex.bdiv3.examples.blocksworld.StackBlocksPlan
-
- jadex.bdiv3.examples.blocksworld.ClearBlocksPlan
-
public class ClearBlocksPlan extends StackBlocksPlan
Clear a block.
-
-
Field Summary
-
Fields inherited from class jadex.bdiv3.examples.blocksworld.StackBlocksPlan
capa, goal, rplan
-
-
Constructor Summary
Constructors Constructor Description ClearBlocksPlan()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
checkExistsBlock()
Block
getBlock()
Block
getTarget()
-
Methods inherited from class jadex.bdiv3.examples.blocksworld.StackBlocksPlan
body
-
-
-
-
Method Detail
-
checkExistsBlock
public boolean checkExistsBlock()
-
getBlock
public Block getBlock()
- Overrides:
getBlock
in classStackBlocksPlan
-
getTarget
public Block getTarget()
- Overrides:
getTarget
in classStackBlocksPlan
-
-