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 Link icon

  • Constructor Details Link icon

    • FSTreeNode Link icon

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

    • initChildren Link icon

      protected abstract void initChildren()
      Inits the children.