Package org.apache.uima.tools.cvd
Class IndexTreeNode
java.lang.Object
org.apache.uima.tools.cvd.IndexTreeNode
Class comment for IndexTreeNode.java goes here.
- 
Constructor SummaryConstructorsConstructorDescriptionConstructor for IndexTreeNode.IndexTreeNode(String name, Type type, int size) Instantiates a new index tree node.
- 
Method Summary
- 
Constructor Details- 
IndexTreeNodeInstantiates a new index tree node.- Parameters:
- name- the name
- type- the type
- size- the size
 
- 
IndexTreeNodepublic IndexTreeNode()Constructor for IndexTreeNode.
 
- 
- 
Method Details