Uses of Class
eu.bandm.tools.lexic.DAutomaton
-
Uses of DAutomaton in eu.bandm.tools.lexic
Modifier and TypeMethodDescriptionDAutomaton.abbreviate()
Returns an automaton that differs from this automaton by retaining only live states.DAutomaton.complement
(V negValue) Returns an automaton that differs from this automaton by switching accepted and rejected inputs.NAutomaton.determinate()
Returns a deterministic automaton that is equivalent to this automaton.DAutomaton.intersection
(DAutomaton<V> other, BinaryOperator<V> combo) Returns an automaton that behaves like performing transitions of this and the other given automaton simultaneously.<W> DAutomaton<W>
Returns an automaton that differs from this automaton by having a function applied to the list of values associated with each reachable state.DAutomaton.minimize()
Returns an automaton that is equivalent to this automaton but uses the least possible number of states.DAutomaton.totalize()
Returns an automaton that differs from this automaton by having successful transitions for all inputs.Modifier and TypeMethodDescriptionDAutomaton.intersection
(DAutomaton<V> other, BinaryOperator<V> combo) Returns an automaton that behaves like performing transitions of this and the other given automaton simultaneously.