|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Node | |
|---|---|
| org.sonar.duplications.detector.suffixtree | |
| Uses of Node in org.sonar.duplications.detector.suffixtree |
|---|
| Methods in org.sonar.duplications.detector.suffixtree that return Node | |
|---|---|
Node |
Edge.getEndNode()
|
Node |
Suffix.getOriginNode()
|
Node |
SuffixTree.getRootNode()
|
Node |
Edge.getStartNode()
|
Node |
Node.getSuffixNode()
|
Node |
Edge.splitEdge(Suffix suffix)
|
| Methods in org.sonar.duplications.detector.suffixtree with parameters of type Node | |
|---|---|
void |
Node.setSuffixNode(Node suffixNode)
|
| Constructors in org.sonar.duplications.detector.suffixtree with parameters of type Node | |
|---|---|
Edge(int beginIndex,
int endIndex,
Node startNode)
|
|
Node(Node node,
Node suffixNode)
|
|
Node(SuffixTree suffixTree,
Node suffixNode)
|
|
Suffix(Node originNode,
int beginIndex,
int endIndex)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||