Uses of Class
net.automatalib.automaton.transducer.CompactMealy
-
Packages that use CompactMealy Package Description net.automatalib.automaton.transducer -
-
Uses of CompactMealy in net.automatalib.automaton.transducer
Methods in net.automatalib.automaton.transducer that return CompactMealy Modifier and Type Method Description CompactMealy<I,O>CompactMealy.Creator. createAutomaton(Alphabet<I> alphabet)CompactMealy<I,O>CompactMealy.Creator. createAutomaton(Alphabet<I> alphabet, int sizeHint)Constructors in net.automatalib.automaton.transducer with parameters of type CompactMealy Constructor Description CompactMealy(Alphabet<I> alphabet, CompactMealy<?,O> other)CompactMealy(CompactMealy<I,O> other)
-