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

    • CUTOFF

      public static final int CUTOFF
      The Constant CUTOFF.
      See Also:
    • MULT

      public static final int MULT
      The Constant MULT.
      See Also:
    • start

      private int start
      The start.
    • end

      private int end
      The end.
  • 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
    • degree

      static int degree(int i)
      Degree.
      Parameters:
      i - the i
      Returns:
      the int
    • getEnd

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

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