Uses of Class
net.automatalib.alphabet.VPAlphabet.SymbolType
-
Packages that use VPAlphabet.SymbolType Package Description net.automatalib.alphabet This package contains the basic classes concerning alphabets. -
-
Uses of VPAlphabet.SymbolType in net.automatalib.alphabet
Methods in net.automatalib.alphabet that return VPAlphabet.SymbolType Modifier and Type Method Description VPAlphabet.SymbolTypeVPAlphabet. getSymbolType(I symbol)Returns thesymbol typeof the given alphabet symbol.static VPAlphabet.SymbolTypeVPAlphabet.SymbolType. valueOf(String name)Returns the enum constant of this type with the specified name.static VPAlphabet.SymbolType[]VPAlphabet.SymbolType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-