class GrammaticalStructureTree.GSAnnotation extends GrammaticalStructureTree.GSTreeNode
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
key |
java.lang.Object |
value |
artifact, children, parent| Constructor and Description |
|---|
GSAnnotation(java.lang.String key,
java.lang.Object value,
GrammaticalStructureTree.GSTreeNode parent) |
children, getAllowsChildren, getChildAt, getChildCount, getIndex, getParent, isLeaf, toId, toStringpublic GSAnnotation(java.lang.String key,
java.lang.Object value,
GrammaticalStructureTree.GSTreeNode parent)