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

    • initChildren

      protected abstract void initChildren()
      Inits the children.