Package org.apache.uima.tools.cvd
Class FSTreeNode
- java.lang.Object
-
- org.apache.uima.tools.cvd.FSTreeNode
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<FSTreeNode>
children
-
Constructor Summary
Constructors Constructor Description FSTreeNode()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description protected abstract void
initChildren()
-
-
-
Field Detail
-
children
protected java.util.List<FSTreeNode> children
-
-