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

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

Introduction

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

The text is from its open source code.

Method

Automatonminimize(Automaton a, int maxDeterminizedStates)
Minimizes (and determinizes if not already deterministic) the given automaton using Hopcroft's algorithm.