Uses of Class
org.biojava.bio.symbol.SuffixTree.SuffixNode
-
Packages that use SuffixTree.SuffixNode Package Description org.biojava.bio.symbol Representation of the Symbols that make up a sequence, and locations within them. -
-
Uses of SuffixTree.SuffixNode in org.biojava.bio.symbol
Methods in org.biojava.bio.symbol that return SuffixTree.SuffixNode Modifier and Type Method Description SuffixTree.SuffixNode
SuffixTree. getChild(SuffixTree.SuffixNode node, int i)
Get the n'th child of a node.SuffixTree.SuffixNode
SuffixTree. getChild(SuffixTree.SuffixNode node, Symbol s)
Get a child of a SuffixTree.SuffixNode, constructing a new one if need be.SuffixTree.SuffixNode
SuffixTree. getRoot()
Return the node object which is the root of this suffix tree.Methods in org.biojava.bio.symbol with parameters of type SuffixTree.SuffixNode Modifier and Type Method Description SuffixTree.SuffixNode
SuffixTree. getChild(SuffixTree.SuffixNode node, int i)
Get the n'th child of a node.SuffixTree.SuffixNode
SuffixTree. getChild(SuffixTree.SuffixNode node, Symbol s)
Get a child of a SuffixTree.SuffixNode, constructing a new one if need be.
-