org.jgraph.algebra
Interface CostFunction

All Known Implementing Classes:
DefaultCostFunction

public interface CostFunction


Method Summary
 double getCost(java.lang.Object cell)
           
 

Method Detail

getCost

public double getCost(java.lang.Object cell)