Class FSNode

java.lang.Object
org.apache.uima.tools.cvd.FSTreeNode
org.apache.uima.tools.cvd.FSNode

public class FSNode extends FSTreeNode
A node in the FS Tree Model A node is - an Feature Structure array -- elements may be other nodes - a primitive value, including Strings - a Feature Structure.
  • Method Details

    • initChildren

      protected void initChildren()
      Description copied from class: FSTreeNode
      Inits the children.
      Specified by:
      initChildren in class FSTreeNode
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • isAnnotation

      public boolean isAnnotation()
      Checks if is annotation.
      Returns:
      true, if is annotation
    • getStart

      public int getStart()
      Gets the start.
      Returns:
      the start
    • getEnd

      public int getEnd()
      Gets the end.
      Returns:
      the end