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 intCUTOFFstatic intMULT-
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 intgetEnd()intgetStart()protected voidinitChildren()java.lang.StringtoString()
-
-
-
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
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
initChildren
protected void initChildren()
- Specified by:
initChildrenin classFSTreeNode
-
getEnd
public int getEnd()
- Returns:
- int
-
getStart
public int getStart()
- Returns:
- int
-
-