Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.lucene.util.automaton Classes and Interfaces - 21 results found.
NameDescriptionTypePackageFramework
AutomataConstruction of basic automata.Classorg.apache.lucene.util.automatonApache Lucene
AutomatonRepresents an automaton and all its states and transitions.Classorg.apache.lucene.util.automatonApache Lucene
Automaton .BuilderRecords new states and transitions and then finish() creates the Automaton.Classorg.apache.lucene.util.automaton.AutomatonApache Lucene
AutomatonProviderAutomaton provider for RegExp.Interfaceorg.apache.lucene.util.automatonApache Lucene
ByteRunAutomatonAutomaton representation for matching UTF-8 byte[].Classorg.apache.lucene.util.automatonApache Lucene
CharacterRunAutomatonAutomaton representation for matching char[].Classorg.apache.lucene.util.automatonApache Lucene
CompiledAutomatonImmutable class holding compiled details for a given Automaton.Classorg.apache.lucene.util.automatonApache Lucene
CompiledAutomaton .AUTOMATON_TYPEAutomata are compiled into different internal forms for the most efficient execution depending upon the language they accept.Classorg.apache.lucene.util.automaton.CompiledAutomatonApache Lucene
FiniteStringsIteratorIterates all accepted strings.Classorg.apache.lucene.util.automatonApache Lucene
LevenshteinAutomataClass to construct DFAs that match a word within some edit distance.Classorg.apache.lucene.util.automatonApache Lucene
LimitedFiniteStringsIteratorFiniteStringsIterator which limits the number of iterated accepted strings.Classorg.apache.lucene.util.automatonApache Lucene
MinimizationOperationsOperations for minimizing automata.Classorg.apache.lucene.util.automatonApache Lucene
OperationsAutomata operations.Classorg.apache.lucene.util.automatonApache Lucene
RegExpRegular Expression extension to Automaton.Classorg.apache.lucene.util.automatonApache Lucene
RunAutomatonFinite-state automaton with fast run operation.Classorg.apache.lucene.util.automatonApache Lucene
StatePairWARNING: This API is experimental and might change in incompatible ways in the next release.Classorg.apache.lucene.util.automatonApache Lucene
TooComplexToDeterminizeExceptionThis exception is thrown when determinizing an automaton would result in one has too many states.Classorg.apache.lucene.util.automatonApache Lucene
TransitionHolds one transition from an Automaton.Classorg.apache.lucene.util.automatonApache Lucene
UTF32ToUTF8Converts UTF-32 automata to the equivalent UTF-8 representation.Classorg.apache.lucene.util.automatonApache Lucene
AutomatonTestUtilUtilities for testing automata.Classorg.apache.lucene.util.automatonApache Lucene
AutomatonTestUtil .RandomAcceptedStringsLets you retrieve random strings accepted Once created, call getRandomAcceptedString(Random)Classorg.apache.lucene.util.automaton.AutomatonTestUtilApache Lucene