Uses of Class
org.apache.lucene.util.automaton.Transition
-
Packages that use Transition Package Description org.apache.lucene.util.automaton -
-
Uses of Transition in org.apache.lucene.util.automaton
Methods in org.apache.lucene.util.automaton that return Transition Modifier and Type Method Description Transition[][]Automaton. getSortedTransitions()Sugar to get all transitions for all states.Methods in org.apache.lucene.util.automaton with parameters of type Transition Modifier and Type Method Description voidAutomaton. getNextTransition(Transition t)Iterate to the next transition after the provided onevoidAutomaton. getTransition(int state, int index, Transition t)Fill the providedTransitionwith the index'th transition leaving the specified state.intAutomaton. initTransition(int state, Transition t)Initialize the provided Transition to iterate through all transitions leaving the specified state.
-