Uses of Class
org.apache.lucene.util.automaton.StatePair

Packages that use StatePair
org.apache.lucene.util.automaton Finite-state automaton for regular expressions. 
 

Uses of StatePair in org.apache.lucene.util.automaton
 

Method parameters in org.apache.lucene.util.automaton with type arguments of type StatePair
static void BasicOperations.addEpsilons(Automaton a, Collection<StatePair> pairs)
          Adds epsilon transitions to the given automaton.
 



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