|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object aima.search.map.MapStepCostFunction
public class MapStepCostFunction
Constructor Summary | |
---|---|
MapStepCostFunction(Map aMap)
|
Method Summary | |
---|---|
java.lang.Double |
calculateStepCost(java.lang.Object fromCurrentState,
java.lang.Object toNextState,
java.lang.String action)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MapStepCostFunction(Map aMap)
Method Detail |
---|
public java.lang.Double calculateStepCost(java.lang.Object fromCurrentState, java.lang.Object toNextState, java.lang.String action)
calculateStepCost
in interface StepCostFunction
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |