Class NAutomaton.Transformer<V,W>

Type Parameters:
V - the label value type of the original automaton
W - 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.
  • Constructor Details

    • Transformer

      protected Transformer()
      Creates a new instance.