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
FieldsModifier and TypeFieldDescriptionstatic final int
private int
static final int
private int
Fields inherited from class org.apache.uima.tools.cvd.FSTreeNode
children
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.uima.tools.cvd.FSTreeNode
getChildCount, getChildren, removeAllChildren, setChildren
-
Field Details
-
CUTOFF
public static final int CUTOFF- See Also:
-
MULT
public static final int MULT- See Also:
-
start
private int start -
end
private int end
-
-
Constructor Details
-
ArrayNode
public ArrayNode(int start, int end)
-
-
Method Details
-
toString
-
initChildren
protected void initChildren()- Specified by:
initChildren
in classFSTreeNode
-
degree
static int degree(int i) -
getEnd
public int getEnd()- Returns:
- int
-
getStart
public int getStart()- Returns:
- int
-