Java org.apache.lucene.util.automaton CharacterRunAutomaton fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.util.automaton CharacterRunAutomaton fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.util.automaton CharacterRunAutomaton.

The text is from its open source code.

Constructor

CharacterRunAutomaton(Automaton a)
Construct with a default number of maxDeterminizedStates.
CharacterRunAutomaton(Automaton a, int maxDeterminizedStates)
Construct specifying maxDeterminizedStates.

Method

booleanrun(String s)
Returns true if the given string is accepted by this automaton.