Uses of Interface
net.sf.myra.framework.Cost

Uses of Cost in net.sf.myra.framework
 

Classes in net.sf.myra.framework that implement Cost
 class NumericCost
          Default numeric cost implementation.
 

Methods in net.sf.myra.framework that return Cost
 Cost ObjectiveFunction.evaluate(Trail trail)
          Evaluates the specified trail.
 Cost Trail.getCost()
          Returns the trail cost.
 

Methods in net.sf.myra.framework with parameters of type Cost
 int NumericCost.compareTo(Cost o)
           
 void Trail.setCost(Cost cost)
          Sets the trail cost.
 



Copyright © 2013. All Rights Reserved.