public abstract class AbstractVPDAlphabet<I> extends AbstractAlphabet<I> implements VPDAlphabet<I>
VPDAlphabet.SymbolTypemodCount| Constructor and Description |
|---|
AbstractVPDAlphabet() |
| Modifier and Type | Method and Description |
|---|---|
Alphabet<I> |
getCallAlphabet() |
Alphabet<I> |
getInternalAlphabet() |
Alphabet<I> |
getReturnAlphabet() |
getadd, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, size, toArray, toArray, toStringclone, equals, finalize, getClass, notify, notifyAll, wait, wait, waitcallReturnBalance, getCallSymbol, getCallSymbolIndex, getCallSymbols, getInternalSymbol, getInternalSymbolIndex, getInternalSymbols, getNumCalls, getNumInternals, getNumReturns, getReturnSymbol, getReturnSymbolIndex, getReturnSymbols, getSymbolType, isCallMatched, isCallSymbol, isInternalSymbol, isReturnMatched, isReturnSymbol, isWellMatched, longestWellMatchedPrefix, longestWellMatchedSuffixapply, applyAsInt, compare, containsSymbol, getSymbol, getSymbolIndex, translateFrom, writeToArraysizeadd, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArraycomparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongaddAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, size, sort, spliterator, toArray, toArraypublic Alphabet<I> getCallAlphabet()
getCallAlphabet in interface VPDAlphabet<I>public Alphabet<I> getInternalAlphabet()
getInternalAlphabet in interface VPDAlphabet<I>public Alphabet<I> getReturnAlphabet()
getReturnAlphabet in interface VPDAlphabet<I>Copyright © 2019. All rights reserved.