Uses of Class
org.sonar.duplications.detector.suffixtree.Node

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)
           
 



Copyright © 2009-2012 SonarSource. All Rights Reserved.