Uses of Class
org.annotation.wordfreak.AnnotationTree

Packages that use AnnotationTree
org.annotation.wordfreak Provides main WordFreak functionality including data structures for annotation and the infrastructure for components to communicate. 
org.annotation.wordfreak.scheme Provides suppot for creating new annotation specifications or annotation schemes within WordFreak. 
 

Uses of AnnotationTree in org.annotation.wordfreak
 

Methods in org.annotation.wordfreak that return AnnotationTree
 AnnotationTree Annotation.getAnnotationTree()
           
 AnnotationTree AnnotationFile.getAnnotationTree()
           
 

Methods in org.annotation.wordfreak with parameters of type AnnotationTree
static Annotation Annotation.adjustedAnnotation(AnnotationTree tree, Annotation a, int adjustment)
          Copies the specified annotation and adjusts its span by the specified adjustment creating a new annotation with identical properties using the specified tree.
 

Constructors in org.annotation.wordfreak with parameters of type AnnotationTree
Annotation(AnnotationTree tree, Span span)
          Creates a new annotation with the given tree and span.
Annotation(AnnotationTree tree, Span span, Annotation[] children)
          Creates a new annotatinon with the given tree and children.
Annotation(AnnotationTree t, Annotation a)
          Copies the specified annotation creating a new annotation with identical properties with the specified tree.
Annotation(AnnotationTree tree, Span span, java.lang.String type, java.lang.String annotator, double confidence)
          Creates a new annotation with the given tree, span, type, annotator and confidence.
Annotation(AnnotationTree tree, Span span, java.lang.String type, java.lang.String annotator, double confidence, java.lang.String comment)
          Creates a new annotation with the given tree, span, type, annotator, confidence and comment.
Annotation(AnnotationTree tree, Span s, java.util.List children)
          Creates a new annotation with the given tree and children.
Annotation(AnnotationTree tree, Span span, java.util.List children, java.lang.String type, java.lang.String annotator, double confidence)
          Creates a new annotation with the given tree, children, type, annotator and confidence.
DefaultAnnotationView(AnnotationTree t)
           
DefaultAnnotationView(AnnotationTree t, AnnotationFilter af)
           
DefaultAnnotationView(AnnotationTree t, AnnotationFilter af, AnnotationFilter baf)
           
DefaultAnnotationView(AnnotationTree t, AnnotationFilter af, AnnotationFilter baf, SortedAnnotations sa)
           
 

Uses of AnnotationTree in org.annotation.wordfreak.scheme
 

Fields in org.annotation.wordfreak.scheme declared as AnnotationTree
protected  AnnotationTree RelationAnnotationScheme.tree
           
 



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