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
Gets the child count.(package private) List
<FSTreeNode> Gets the children.protected abstract void
Inits the children.(package private) void
Removes the all children.(package private) void
setChildren
(List<FSTreeNode> children) Sets the children.
-
Field Details
-
children
The children.
-
-
Constructor Details
-
FSTreeNode
public FSTreeNode()Instantiates a new FS tree node.
-
-
Method Details
-
removeAllChildren
void removeAllChildren()Removes the all children. -
setChildren
Sets the children.- Parameters:
children
- the new children
-
getChildren
List<FSTreeNode> getChildren()Gets the children.- Returns:
- the children
-
getChildCount
int getChildCount()Gets the child count.- Returns:
- the child count
-
initChildren
protected abstract void initChildren()Inits the children.
-