net.sourceforge.plantuml.graph
Class Oven

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

public class Oven
extends Object


Constructor Summary
Oven(double temp, CostComputer costComputer)
           
 
Method Summary
 Board longTic(int nbTic, Board board, Random rnd)
           
 double tic(Board board, Random rnd)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Oven

public Oven(double temp,
            CostComputer costComputer)
Method Detail

longTic

public Board longTic(int nbTic,
                     Board board,
                     Random rnd)

tic

public double tic(Board board,
                  Random rnd)


Copyright © 2011. All Rights Reserved.