Package org.apache.uima.tools.viewer
Class CasAnnotationViewer.FsTreeNodeObject
java.lang.Object
org.apache.uima.tools.viewer.CasAnnotationViewer.FsTreeNodeObject
- Enclosing class:
CasAnnotationViewer
Inner class containing data for a tree node representing a FeatureStructure.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate String
The caption.private String
The feature name.private FeatureStructure
The feature structure. -
Constructor Summary
ConstructorsConstructorDescriptionFsTreeNodeObject
(FeatureStructure inFeatureStructure, String inFeatureName) Instantiates a new fs tree node object. -
Method Summary
-
Field Details
-
featureStructure
The feature structure. -
featureName
The feature name. -
caption
The caption.
-
-
Constructor Details
-
FsTreeNodeObject
Instantiates a new fs tree node object.- Parameters:
inFeatureStructure
- the in feature structureinFeatureName
- the in feature name
-
-
Method Details