net.sourceforge.plantuml.graph
Class BoardCollection

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

public class BoardCollection
extends Object


Constructor Summary
BoardCollection(CostComputer costComputer)
           
 
Method Summary
 void add(Board b)
           
 boolean contains(Board b)
           
 Board getAndSetExploredSmallest()
           
 Board getBestBoard()
           
 double getBestCost()
           
 List<Double> getCosts()
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BoardCollection

public BoardCollection(CostComputer costComputer)
Method Detail

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 © 2013. All Rights Reserved.