Uses of Class
org.annotation.util.SortedTreeNode

Packages that use SortedTreeNode
org.annotation.util Provides utility functionality that is used in WordFreak but which is not specific to WordFreak. 
org.annotation.wordfreak.viewer Provides functionality to display of source material over which annotation is performed and the annotations themselves. 
 

Uses of SortedTreeNode in org.annotation.util
 

Methods in org.annotation.util that return SortedTreeNode
 SortedTreeNode SortedTreeNode.getContainerNodeWithProperty(java.lang.String p)
          Finds node having property p which subsumes TreeComparator tc
 SortedTreeNode[] SortedTreeNode.getChildrenWithProperty(java.lang.String p, boolean top)
           
 SortedTreeNode[] SortedTreeNode.getContainedNodesWithProperty(java.lang.String p, boolean top)
          Finds nodes which are contained by this node's span and have property p.
 SortedTreeNode[] SortedTreeNode.getContainedNodesWithProperty(SortedTreeNode s, java.lang.String p, boolean top)
          Finds nodes which are contained by span s and have property p.
 SortedTreeNode SortedTreeNode.getNode(SortedTreeNode node)
           
 

Methods in org.annotation.util with parameters of type SortedTreeNode
 SortedTreeNode[] SortedTreeNode.getContainedNodesWithProperty(SortedTreeNode s, java.lang.String p, boolean top)
          Finds nodes which are contained by span s and have property p.
 SortedTreeNode SortedTreeNode.getNode(SortedTreeNode node)
           
 

Uses of SortedTreeNode in org.annotation.wordfreak.viewer
 

Subclasses of SortedTreeNode in org.annotation.wordfreak.viewer
 class AnnotationTreeNode
           
 



Copyright © 2004 Thomas Morton and Jeremy LaCivita. All Rights Reserved.