cc.mallet.util.search
Interface AStarState

All Superinterfaces:
SearchState

public interface AStarState
extends SearchState

Created by IntelliJ IDEA. User: pereira Date: Jun 20, 2005 Time: 5:16:05 PM Search state with heuristic cost-to-completion.


Nested Class Summary
 
Nested classes/interfaces inherited from interface cc.mallet.util.search.SearchState
SearchState.NextStateIterator
 
Method Summary
 double completionCost()
          Get the cost to completion.
 
Methods inherited from interface cc.mallet.util.search.SearchState
getNextStates, isFinal
 

Method Detail

completionCost

double completionCost()
Get the cost to completion.

Returns:
the cost