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 Summary
ConstructorDescriptionConstructor for IndexTreeNode.IndexTreeNode
(String name, Type type, int size) Instantiates a new index tree node. -
Method Summary
-
Constructor Details
-
IndexTreeNode
Instantiates a new index tree node.- Parameters:
name
- the nametype
- the typesize
- the size
-
IndexTreeNode
public IndexTreeNode()Constructor for IndexTreeNode.
-
-
Method Details