|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.biojava.bio.symbol.UkkonenSuffixTree.SuffixNode
public abstract static class UkkonenSuffixTree.SuffixNode
end Tree modification methods
Constructor Summary | |
---|---|
UkkonenSuffixTree.SuffixNode()
|
Method Summary | |
---|---|
abstract boolean |
hasChild(java.lang.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). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UkkonenSuffixTree.SuffixNode()
Method Detail |
---|
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.public abstract boolean hasChild(java.lang.Character i)
i
- the first Character
of the edge coming down this node.
true
if the node has a child going down from that character,
false otherwise
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |