Package net.sourceforge.plantuml.graph
Class BoardExplorer
- java.lang.Object
-
- net.sourceforge.plantuml.graph.BoardExplorer
-
public class BoardExplorer extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BoardExplorer(Board init)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
collectionSize()
Board
getBestBoard()
double
getBestCost()
java.util.Set<Board>
nextBoards(Board board)
boolean
onePass()
-
-
-
Constructor Detail
-
BoardExplorer
public BoardExplorer(Board init)
-
-