public static interface NfaUtil.BacktrackHandler<S,RESULT>
Modifier and Type | Method and Description |
---|---|
RESULT |
handle(S state,
RESULT previous) |
boolean |
isSolution(RESULT result) |
java.lang.Iterable<S> |
sortFollowers(RESULT result,
java.lang.Iterable<S> followers) |