Uses of Class
edu.washington.cs.knowitall.regex.FiniteAutomaton.Automaton
Packages that use FiniteAutomaton.Automaton
-
Uses of FiniteAutomaton.Automaton in edu.washington.cs.knowitall.regex
Fields in edu.washington.cs.knowitall.regex declared as FiniteAutomaton.AutomatonMethods in edu.washington.cs.knowitall.regex that return FiniteAutomaton.AutomatonModifier and TypeMethodDescriptionExpression.AssertionExpression.build()
Convert the expression into a NFA.Expression.BaseExpression.build()
Convert the expression into a NFA.Expression.build()
Expression.MatchingGroup.build()
Convert the expression into a NFA.Expression.MinMax.build()
Convert the expression into a NFA.Expression.Option.build()
Convert the expression into a NFA.Expression.Or.build()
Convert the expression into a NFA.Expression.Plus.build()
Convert the expression into a NFA.Expression.Star.build()
Convert the expression into a NFA.static <E> FiniteAutomaton.Automaton
<E> RegularExpression.build
(List<Expression<E>> exprs) Build an NFA from the list of expressions.