org.apache.uima.tools.cvd
Class ArrayNode

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

public class ArrayNode
extends FSTreeNode

TODO: add type comment for ArrayNode.


Field Summary
static int CUTOFF
           
static int MULT
           
 
Fields inherited from class org.apache.uima.tools.cvd.FSTreeNode
children
 
Constructor Summary
ArrayNode(int start, int end)
           
 
Method Summary
 int getEnd()
           
 int getStart()
           
protected  void initChildren()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CUTOFF

public static final int CUTOFF
See Also:
Constant Field Values

MULT

public static final int MULT
See Also:
Constant Field Values
Constructor Detail

ArrayNode

public ArrayNode(int start,
                 int end)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

initChildren

protected void initChildren()
Specified by:
initChildren in class FSTreeNode

getEnd

public int getEnd()
Returns:
int

getStart

public int getStart()
Returns:
int


Copyright © 2012. All Rights Reserved.