net.sourceforge.plantuml.graph
Class BoardCollection
java.lang.Object
net.sourceforge.plantuml.graph.BoardCollection
public class BoardCollection
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BoardCollection
public BoardCollection(CostComputer costComputer)
size
public int size()
getAndSetExploredSmallest
public Board getAndSetExploredSmallest()
getBestCost
public double getBestCost()
getBestBoard
public Board getBestBoard()
getCosts
public List<Double> getCosts()
add
public void add(Board b)
contains
public boolean contains(Board b)
Copyright © 2012. All Rights Reserved.