aima.search.framework
Interface StepCostFunction

All Known Implementing Classes:
DefaultStepCostFunction, MapStepCostFunction

public interface StepCostFunction


Method Summary
 java.lang.Double calculateStepCost(java.lang.Object fromState, java.lang.Object toState, java.lang.String action)
           
 

Method Detail

calculateStepCost

java.lang.Double calculateStepCost(java.lang.Object fromState,
                                   java.lang.Object toState,
                                   java.lang.String action)