Package | Description |
---|---|
org.biojava.bio.symbol |
Representation of the Symbols that make up a sequence, and locations within
them.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Copyright © 2014 BioJava. All rights reserved.