public abstract static class UkkonenSuffixTree.SuffixNode extends Object
Constructor and Description |
---|
UkkonenSuffixTree.SuffixNode() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
hasChild(Character i)
Determine if this node has a child corresponding to a given character
|
abstract boolean |
isTerminal()
Determine is this node is terminal (has no children).
|
public UkkonenSuffixTree.SuffixNode()
public abstract boolean isTerminal()
Note that this only happens at the terminated node (if the sequences have been terminated.
true
if and only if this node has no children.Copyright © 2014 BioJava. All rights reserved.