public class TypeTreeNode extends Object
| Constructor and Description |
|---|
TypeTreeNode()
Constructor for TypeTreeNode.
|
TypeTreeNode(org.apache.uima.cas.Type type,
String label,
int size)
Instantiates a new type tree node.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel()
Returns the label.
|
org.apache.uima.cas.Type |
getType()
Returns the type.
|
String |
toString() |
public TypeTreeNode()
public TypeTreeNode(org.apache.uima.cas.Type type,
String label,
int size)
type - the typelabel - the labelsize - the sizeCopyright © 2006–2018 The Apache Software Foundation. All rights reserved.