Uses of Interface
ai.search.IntCostReversibleAction

Packages that use IntCostReversibleAction
ai.search   
 

Uses of IntCostReversibleAction in ai.search
 

Methods in ai.search that return IntCostReversibleAction
 IntCostReversibleAction IntCostReversibleAction.getReverseAction()
           This function can be used to obtain the action that represents the reversing action to this action.
 

Methods in ai.search with parameters of type IntCostReversibleAction
 boolean IntCostReversibleAction.reverseAction(IntCostReversibleAction action)
           This function tests whether this and the given action represent reverse actions.