Uses of Interface
net.automatalib.alphabet.VPAlphabet
-
Packages that use VPAlphabet Package Description net.automatalib.alphabet This package contains the basic classes concerning alphabets.net.automatalib.automaton.vpa -
-
Uses of VPAlphabet in net.automatalib.alphabet
Subinterfaces of VPAlphabet in net.automatalib.alphabet Modifier and Type Interface Description interfaceProceduralInputAlphabet<I>A specialized version of aVPAlphabetthat is tailored towards procedural systems. -
Uses of VPAlphabet in net.automatalib.automaton.vpa
Methods in net.automatalib.automaton.vpa that return VPAlphabet Modifier and Type Method Description VPAlphabet<I>SEVPA. getInputAlphabet()
-