Uses of Class
net.automatalib.alphabet.MapAlphabet
-
Packages that use MapAlphabet Package Description net.automatalib.alphabet This package contains the basic classes concerning alphabets. -
-
Uses of MapAlphabet in net.automatalib.alphabet
Subclasses of MapAlphabet in net.automatalib.alphabet Modifier and Type Class Description class
DefaultProceduralOutputAlphabet<O>
Default implementation of aProceduralOutputAlphabet
.class
GrowingMapAlphabet<I>
An extension of theMapAlphabet
that also allows adding new symbol after construction.
-