Class SubAutomaton


  • public class SubAutomaton
    extends Object
    • Field Detail

      • allowPrefix

        public final boolean allowPrefix
      • followMatchedCharacters

        public final boolean followMatchedCharacters
    • Method Detail

      • isAtEnd

        public boolean isAtEnd()
      • anySuccessorMatch

        public boolean anySuccessorMatch​(Predicate<SubAutomaton> predicate,
                                         boolean followMatchedCharacter)
      • allSuccessorMatch

        public boolean allSuccessorMatch​(Predicate<SubAutomaton> predicate,
                                         boolean followMatchedCharacter)