public class IndexTreeNode extends Object
| Constructor and Description |
|---|
IndexTreeNode()
Constructor for IndexTreeNode.
|
IndexTreeNode(String name,
org.apache.uima.cas.Type type,
int size)
Instantiates a new index tree node.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getName()
Returns the name.
|
org.apache.uima.cas.Type |
getType()
Returns the type.
|
int |
hashCode() |
String |
toString() |
public IndexTreeNode(String name, org.apache.uima.cas.Type type, int size)
name - the nametype - the typesize - the sizepublic IndexTreeNode()
public String getName()
public org.apache.uima.cas.Type getType()
Copyright © 2006–2018 The Apache Software Foundation. All rights reserved.