Interface NfaUtil.BacktrackHandler<S,RESULT>
-
- Enclosing class:
- NfaUtil
public static interface NfaUtil.BacktrackHandler<S,RESULT>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RESULThandle(S state, RESULT previous)booleanisSolution(RESULT result)java.lang.Iterable<S>sortFollowers(RESULT result, java.lang.Iterable<S> followers)
-