Package org.apache.uima.tools.cvd
Class FSTreeNode
java.lang.Object
org.apache.uima.tools.cvd.FSTreeNode
TODO: add type comment for
FSTreeNode
.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) int
(package private) List<FSTreeNode>
protected abstract void
(package private) void
(package private) void
setChildren
(List<FSTreeNode> children)
-
Field Details
-
children
-
-
Constructor Details
-
FSTreeNode
public FSTreeNode()
-
-
Method Details
-
removeAllChildren
void removeAllChildren() -
setChildren
-
getChildren
List<FSTreeNode> getChildren() -
getChildCount
int getChildCount() -
initChildren
protected abstract void initChildren()
-