Uses of Class
org.biojava.bio.symbol.SuffixTree.SuffixNode

Packages that use SuffixTree.SuffixNode
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
 SuffixTree.SuffixNode SuffixTree.getRoot()
          Return the node object which is the root of this suffix tree.
 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.getChild(SuffixTree.SuffixNode node, int i)
          Get the n'th child of a node.
 

Methods in org.biojava.bio.symbol with parameters of type SuffixTree.SuffixNode
 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.getChild(SuffixTree.SuffixNode node, int i)
          Get the n'th child of a node.