Package eu.bandm.tools.lexic
Class NAutomaton.Transformer<V,W>
java.lang.Object
Automaton<Set<V>,Set<Automaton.State>>.eu.bandm.tools.lexic.Automaton.Transformer<Behavior<Set<W>,Set<Automaton.State>>,NAutomaton<W>>
eu.bandm.tools.lexic.NAutomaton.Transformer<V,W>
- Type Parameters:
V- the label value type of the original automatonW- the label value type of the transformed automaton
- Enclosing class:
NAutomaton<V>
protected abstract class NAutomaton.Transformer<V,W>
extends Automaton<Set<V>,Set<Automaton.State>>.Transformer<Behavior<Set<W>,Set<Automaton.State>>,NAutomaton<W>>
Specialization in type parameters.
-
Field Summary
Fields inherited from class eu.bandm.tools.lexic.Automaton.Transformer
newTable -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class eu.bandm.tools.lexic.Automaton.Transformer
makeBehavior, makeState, transform, transform
-
Constructor Details
-
Transformer
protected Transformer()Creates a new instance.
-