Package 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 forArrayNode
.
-
-
Field Summary
Fields Modifier and Type Field Description static int
CUTOFF
static int
MULT
-
Fields inherited from class org.apache.uima.tools.cvd.FSTreeNode
children
-
-
Constructor Summary
Constructors Constructor Description ArrayNode(int start, int end)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getEnd()
int
getStart()
protected void
initChildren()
String
toString()
-
-
-
Field Detail
-
CUTOFF
public static final int CUTOFF
- See Also:
- Constant Field Values
-
MULT
public static final int MULT
- See Also:
- Constant Field Values
-
-
Method Detail
-
initChildren
protected void initChildren()
- Specified by:
initChildren
in classFSTreeNode
-
getEnd
public int getEnd()
- Returns:
- int
-
getStart
public int getStart()
- Returns:
- int
-
-