org.apache.uima.tools.cvd
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
.
Constructor Summary |
ArrayNode(int start,
int end)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CUTOFF
public static final int CUTOFF
- See Also:
- Constant Field Values
MULT
public static final int MULT
- See Also:
- Constant Field Values
ArrayNode
public ArrayNode(int start,
int end)
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 © 2011. All Rights Reserved.