Class ArrayNode

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

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

  • Constructor Details

    • ArrayNode

      public ArrayNode(int start, int end)
      Instantiates a new array node.
      Parameters:
      start - the start
      end - the end
  • Method Details

    • toString

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

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

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

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