Package jadex.bdiv3.examples.puzzle
Class BlockingSokratesAgent.MoveGoal
- java.lang.Object
-
- jadex.bdiv3.examples.puzzle.BlockingSokratesAgent.MoveGoal
-
- Enclosing class:
- BlockingSokratesAgent
public class BlockingSokratesAgent.MoveGoal extends java.lang.Object
The goal to make moves until the board reaches a solution.
-
-
Constructor Summary
Constructors Constructor Description MoveGoal()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<BlockingSokratesAgent.MovePlan>
buildAPL()
Build plan candidates for all possible moves.boolean
isAchieved()
Move goal is successful when resulting board represents a solution.
-
-
-
Method Detail
-
isAchieved
public boolean isAchieved()
Move goal is successful when resulting board represents a solution.
-
buildAPL
public java.util.List<BlockingSokratesAgent.MovePlan> buildAPL()
Build plan candidates for all possible moves. Sorts moves according to strategy.
-
-