Package net.sourceforge.plantuml.graph
Interface CostComputer
-
- All Known Implementing Classes:
KenavoCostComputer
,SimpleCostComputer
public interface CostComputer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getCost(Board board)
-
-
-
Method Detail
-
getCost
double getCost(Board board)
-
-