Class ZAutomaton<V>

java.lang.Object
eu.bandm.tools.lexic.Behavior<List<V>,ZAutomaton<V>>
eu.bandm.tools.lexic.ZAutomaton<V>
Type Parameters:
V - the label value type
All Implemented Interfaces:
FormatClient, Traceable<List<V>>

public class ZAutomaton<V> extends Behavior<List<V>,ZAutomaton<V>> implements Traceable<List<V>>
Zero-overhead automaton that is identical to the behavior of its own initial state.

The recommended way to construct a zero-overhead automaton is from a deterministic automaton using DAutomaton.deflate(). Manual construction with prototype(Behavior) and hardPatch(Map) is low-level and error-prone.

See Also: