|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.plantuml.graph.BoardExplorer
public class BoardExplorer
Constructor Summary | |
---|---|
BoardExplorer(Board init)
|
Method Summary | |
---|---|
int |
collectionSize()
|
Board |
getBestBoard()
|
double |
getBestCost()
|
java.util.Set<Board> |
nextBoards(Board board)
|
boolean |
onePass()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BoardExplorer(Board init)
Method Detail |
---|
public double getBestCost()
public Board getBestBoard()
public int collectionSize()
public boolean onePass()
public java.util.Set<Board> nextBoards(Board board)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |