Interface NfaUtil.BacktrackHandler<S,​RESULT>

  • Enclosing class:
    NfaUtil

    public static interface NfaUtil.BacktrackHandler<S,​RESULT>
    • Method Detail

      • isSolution

        boolean isSolution​(RESULT result)
      • sortFollowers

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