Package org.apache.uima.tools.viewer
Class CasTreeViewer.AnnotationTreeNodeObject
java.lang.Object
org.apache.uima.tools.viewer.CasTreeViewer.AnnotationTreeNodeObject
- Enclosing class:
CasTreeViewer
Inner class containing data for a node in the tree.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate AnnotationFS
The m annotation.private String
The m caption. -
Constructor Summary
ConstructorsConstructorDescriptionAnnotationTreeNodeObject
(AnnotationFS aAnnotation) Instantiates a new annotation tree node object. -
Method Summary
-
Field Details
-
mAnnotation
The m annotation. -
mCaption
The m caption.
-
-
Constructor Details
-
AnnotationTreeNodeObject
Instantiates a new annotation tree node object.- Parameters:
aAnnotation
- the a annotation
-
-
Method Details