net.sourceforge.plantuml.graph
Class SimpleCostComputer

java.lang.Object
  extended by net.sourceforge.plantuml.graph.SimpleCostComputer
All Implemented Interfaces:
CostComputer

public class SimpleCostComputer
extends Object
implements CostComputer


Constructor Summary
SimpleCostComputer()
           
 
Method Summary
 double getCost(Board board)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleCostComputer

public SimpleCostComputer()
Method Detail

getCost

public double getCost(Board board)
Specified by:
getCost in interface CostComputer


Copyright © 2012. All Rights Reserved.