Package org.apache.uima.tools.cvd
Class ArrayNode
java.lang.Object
org.apache.uima.tools.cvd.FSTreeNode
org.apache.uima.tools.cvd.ArrayNode
TODO: add type comment for
ArrayNode
.-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
The Constant CUTOFF.static final int
The Constant MULT.Fields inherited from class org.apache.uima.tools.cvd.FSTreeNode
children
-
Constructor Summary
-
Method Summary
-
Field Details
-
CUTOFF
public static final int CUTOFFThe Constant CUTOFF.- See Also:
-
MULT
public static final int MULTThe Constant MULT.- See Also:
-
-
Constructor Details
-
ArrayNode
public ArrayNode(int start, int end) Instantiates a new array node.- Parameters:
start
- the startend
- the end
-
-
Method Details
-
toString
-
initChildren
protected void initChildren()Description copied from class:FSTreeNode
Inits the children.- Specified by:
initChildren
in classFSTreeNode
-
getEnd
public int getEnd()Gets the end.- Returns:
- int
-
getStart
public int getStart()Gets the start.- Returns:
- int
-