Class FSTreeNode

java.lang.Object
org.apache.uima.tools.cvd.FSTreeNode
Direct Known Subclasses:
ArrayNode, FSNode

public abstract class FSTreeNode extends Object
TODO: add type comment for FSTreeNode.
  • Field Details

  • Constructor Details

    • FSTreeNode

      public FSTreeNode()
      Instantiates a new FS tree node.
  • Method Details

    • removeAllChildren

      void removeAllChildren()
      Removes the all children.
    • setChildren

      void setChildren(List<FSTreeNode> children)
      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.