Uses of Class
org.biojava.bio.symbol.SuffixTree.SuffixNode
Packages that use SuffixTree.SuffixNode
Package
Description
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.SuffixNodeModifier and TypeMethodDescriptionSuffixTree.getChild(SuffixTree.SuffixNode node, int i) Get the n'th child of a node.SuffixTree.getChild(SuffixTree.SuffixNode node, Symbol s) Get a child of a SuffixTree.SuffixNode, constructing a new one if need be.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.SuffixNodeModifier and TypeMethodDescriptionSuffixTree.getChild(SuffixTree.SuffixNode node, int i) Get the n'th child of a node.SuffixTree.getChild(SuffixTree.SuffixNode node, Symbol s) Get a child of a SuffixTree.SuffixNode, constructing a new one if need be.