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) intGets the child count.(package private) List<FSTreeNode> Gets the children.protected abstract voidInits the children.(package private) voidRemoves the all children.(package private) voidsetChildren(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.
-