public class SharedSuffixTrie<I> extends SuffixTrie<I>
DEFAULT_GRAPH_REPRESENTABLE, nodes, root| Constructor and Description |
|---|
SharedSuffixTrie(Alphabet<I> alphabet) |
SharedSuffixTrie(Alphabet<I> alphabet,
boolean graphRepresentable) |
| Modifier and Type | Method and Description |
|---|---|
SuffixTrieNode<I> |
add(I symbol,
SuffixTrieNode<I> parent)
Adds a word to the trie.
|
getGraphDOTHelper, getNodes, getOutgoingEdges, getRoot, getTargetiterator, iterator, nodeIDs, nodeIDs, size, sizecreateDynamicNodeMapping, createDynamicNodeMapping, createStaticNodeMapping, createStaticNodeMappingclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateDynamicNodeMapping, createStaticNodeMappingpublic SharedSuffixTrie(Alphabet<I> alphabet)
public SharedSuffixTrie(Alphabet<I> alphabet, boolean graphRepresentable)
public SuffixTrieNode<I> add(I symbol, SuffixTrieNode<I> parent)
SuffixTrieadd in class SuffixTrie<I>symbol - the first symbol of the word.parent - the remaining suffix of the word.Copyright © 2013. All Rights Reserved.