Package net.sourceforge.plantuml.graph
Class SimpleCostComputer
- java.lang.Object
-
- net.sourceforge.plantuml.graph.SimpleCostComputer
-
- All Implemented Interfaces:
CostComputer
public class SimpleCostComputer extends java.lang.Object implements CostComputer
-
-
Constructor Summary
Constructors Constructor Description SimpleCostComputer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getCost(Board board)
-
-
-
Method Detail
-
getCost
public double getCost(Board board)
- Specified by:
getCost
in interfaceCostComputer
-
-