org.eclipse.xtext.util.formallang
Interface NfaUtil.BacktrackHandler<S,RESULT>

Enclosing class:
NfaUtil

public static interface NfaUtil.BacktrackHandler<S,RESULT>


Method Summary
 RESULT handle(S state, RESULT previous)
           
 boolean isSolution(RESULT result)
           
 java.lang.Iterable<S> sortFollowers(RESULT result, java.lang.Iterable<S> followers)
           
 

Method Detail

handle

RESULT handle(S state,
              RESULT previous)

isSolution

boolean isSolution(RESULT result)

sortFollowers

java.lang.Iterable<S> sortFollowers(RESULT result,
                                    java.lang.Iterable<S> followers)