Uses of Class
eu.bandm.tools.lexic.ZAutomaton
Packages that use ZAutomaton
-
Uses of ZAutomaton in eu.bandm.tools.lexic
Methods in eu.bandm.tools.lexic that return ZAutomatonModifier and TypeMethodDescriptionDAutomaton.deflate()Returns a zero-overhead automaton equivalent to this automaton.ZAutomaton.getInitialState()Returns the initial state node of the transition graph.Methods in eu.bandm.tools.lexic that return types with arguments of type ZAutomatonModifier and TypeMethodDescriptionBehavior<List<V>, ZAutomaton<V>> ZAutomaton.getBehavior(ZAutomaton<V> state) Returns the automaton behavior the given state node.Methods in eu.bandm.tools.lexic with parameters of type ZAutomatonModifier and TypeMethodDescriptionBehavior<List<V>, ZAutomaton<V>> ZAutomaton.getBehavior(ZAutomaton<V> state) Returns the automaton behavior the given state node.