Uses of Interface
ai.search.DoubleCostReversibleAction

Packages that use DoubleCostReversibleAction
ai.search   
 

Uses of DoubleCostReversibleAction in ai.search
 

Methods in ai.search that return DoubleCostReversibleAction
 DoubleCostReversibleAction DoubleCostReversibleAction.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 DoubleCostReversibleAction
 boolean DoubleCostReversibleAction.reverseAction(DoubleCostReversibleAction action)
           This function tests whether this and the given action represent reverse actions.