net.sourceforge.plantuml.graph
Class BoardExplorer

java.lang.Object
  extended by net.sourceforge.plantuml.graph.BoardExplorer

public class BoardExplorer
extends Object


Constructor Summary
BoardExplorer(Board init)
           
 
Method Summary
 int collectionSize()
           
 Board getBestBoard()
           
 double getBestCost()
           
 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

BoardExplorer

public BoardExplorer(Board init)
Method Detail

getBestCost

public double getBestCost()

getBestBoard

public Board getBestBoard()

collectionSize

public int collectionSize()

onePass

public boolean onePass()

nextBoards

public Set<Board> nextBoards(Board board)


Copyright © 2012. All Rights Reserved.