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 booleancheckExistsBlock()BlockgetBlock()BlockgetTarget()-
Methods inherited from class jadex.bdiv3.examples.blocksworld.StackBlocksPlan
body
-
-
-
-
Method Detail
-
checkExistsBlock
public boolean checkExistsBlock()
-
getBlock
public Block getBlock()
- Overrides:
getBlockin classStackBlocksPlan
-
getTarget
public Block getTarget()
- Overrides:
getTargetin classStackBlocksPlan
-
-