Uses of Class
org.annotation.util.SpanTreeNode

Packages that use SpanTreeNode
org.annotation.util Provides utility functionality that is used in WordFreak but which is not specific to WordFreak. 
 

Uses of SpanTreeNode in org.annotation.util
 

Methods in org.annotation.util that return SpanTreeNode
 SpanTreeNode SpanTreeNode.getNode(Span s)
           
protected  SpanTreeNode SpanTreeNode.equalAdd(SpanTreeNode node)
          Inserts node into the tree and makes this its child.
 SpanTreeNode SpanTreeNode.add(SpanTreeNode node)
          Adds a SpanTreeNode to an existing tree inserting it in its proper location.
 SpanTreeNode SpanTreeNode.getContainerNodeWithProperty(Span s, java.lang.String p)
          Finds node having property p which contains span s
 SpanTreeNode[] SpanTreeNode.getContainedNodesWithProperty(java.lang.String p, boolean top)
          Finds nodes which are contained by this node's span and have property p.
 SpanTreeNode[] SpanTreeNode.getContainedNodesWithProperty(Span s, java.lang.String p, boolean top)
          Finds nodes which are contained by span s and have property p.
 

Methods in org.annotation.util with parameters of type SpanTreeNode
 void SpanTreeNode.simpleAdd(SpanTreeNode node)
           
protected  SpanTreeNode SpanTreeNode.equalAdd(SpanTreeNode node)
          Inserts node into the tree and makes this its child.
 SpanTreeNode SpanTreeNode.add(SpanTreeNode node)
          Adds a SpanTreeNode to an existing tree inserting it in its proper location.
 



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