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.StackBlocksPlancapa, goal, rplan
 
- 
 - 
Constructor SummaryConstructors Constructor Description ClearBlocksPlan()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancheckExistsBlock()BlockgetBlock()BlockgetTarget()- 
Methods inherited from class jadex.bdiv3.examples.blocksworld.StackBlocksPlanbody
 
- 
 
- 
- 
- 
Method Detail- 
checkExistsBlockpublic boolean checkExistsBlock() 
 - 
getBlockpublic Block getBlock() - Overrides:
- getBlockin class- StackBlocksPlan
 
 - 
getTargetpublic Block getTarget() - Overrides:
- getTargetin class- StackBlocksPlan
 
 
- 
 
-