Class CasTreeViewer.AnnotationTreeNodeObject

java.lang.Object
org.apache.uima.tools.viewer.CasTreeViewer.AnnotationTreeNodeObject
Enclosing class:
CasTreeViewer

static class CasTreeViewer.AnnotationTreeNodeObject extends Object
Inner class containing data for a node in the tree.
  • Field Details

    • mAnnotation

      private AnnotationFS mAnnotation
      The m annotation.
    • mCaption

      private String mCaption
      The m caption.
  • Constructor Details

    • AnnotationTreeNodeObject

      public AnnotationTreeNodeObject(AnnotationFS aAnnotation)
      Instantiates a new annotation tree node object.
      Parameters:
      aAnnotation - the a annotation
  • Method Details

    • getAnnotation

      public AnnotationFS getAnnotation()
      Gets the annotation.
      Returns:
      the annotation
    • toString

      public String toString()
      Overrides:
      toString in class Object