Uses of Class
net.automatalib.alphabet.VPSym
-
Packages that use VPSym Package Description net.automatalib.alphabet This package contains the basic classes concerning alphabets. -
-
Uses of VPSym in net.automatalib.alphabet
Methods in net.automatalib.alphabet that return VPSym Modifier and Type Method Description VPSym<I>
GrowingVPAlphabet. addNewSymbol(I userObject, VPAlphabet.SymbolType type)
VPSym<I>
GrowingVPAlphabet. getSymbol(int index)
Methods in net.automatalib.alphabet with parameters of type VPSym Modifier and Type Method Description boolean
GrowingVPAlphabet. containsSymbol(VPSym<I> symbol)
int
GrowingVPAlphabet. getSymbolIndex(VPSym<I> symbol)
VPAlphabet.SymbolType
GrowingVPAlphabet. getSymbolType(VPSym<I> symbol)
-