|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.plantuml.graph.BoardCollection
public class BoardCollection
Constructor Summary | |
---|---|
BoardCollection(CostComputer costComputer)
|
Method Summary | |
---|---|
void |
add(Board b)
|
boolean |
contains(Board b)
|
Board |
getAndSetExploredSmallest()
|
Board |
getBestBoard()
|
double |
getBestCost()
|
java.util.List<java.lang.Double> |
getCosts()
|
int |
size()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BoardCollection(CostComputer costComputer)
Method Detail |
---|
public int size()
public Board getAndSetExploredSmallest()
public double getBestCost()
public Board getBestBoard()
public java.util.List<java.lang.Double> getCosts()
public void add(Board b)
public boolean contains(Board b)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |