Uses of Class
net.automatalib.alphabet.VPSym
-
Packages that use VPSym Package Description net.automatalib.alphabet -
-
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 booleanGrowingVPAlphabet. containsSymbol(VPSym<I> symbol)intGrowingVPAlphabet. getSymbolIndex(VPSym<I> symbol)VPAlphabet.SymbolTypeGrowingVPAlphabet. getSymbolType(VPSym<I> symbol)
-