net.clackrouter.jgraph.pad
Class GPGraphTools.DefaultCostFunction

java.lang.Object
  extended by net.clackrouter.jgraph.pad.GPGraphTools.DefaultCostFunction
All Implemented Interfaces:
GPGraphTools.CostFunction
Enclosing class:
GPGraphTools

public class GPGraphTools.DefaultCostFunction
extends java.lang.Object
implements GPGraphTools.CostFunction


Constructor Summary
GPGraphTools.DefaultCostFunction()
           
 
Method Summary
 double getCost(JGraph graph, java.lang.Object cell)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GPGraphTools.DefaultCostFunction

public GPGraphTools.DefaultCostFunction()
Method Detail

getCost

public double getCost(JGraph graph,
                      java.lang.Object cell)
Specified by:
getCost in interface GPGraphTools.CostFunction