Package org.apache.lucene.util.automaton

Support for testing automata.

See:
          Description

Class Summary
AutomatonTestUtil Utilities for testing automata.
AutomatonTestUtil.RandomAcceptedStrings  
DaciukMihovAutomatonBuilder Builds a minimal deterministic automaton that accepts a set of strings.
DaciukMihovAutomatonBuilder.State DFSA state with char labels on transitions.
 

Package org.apache.lucene.util.automaton Description

Support for testing automata. The primary class is AutomatonTestUtil, which can generate random automata, has simplified implementations for testing, etc.



Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.