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 intThe Constant CUTOFF.private intThe end.static final intThe Constant MULT.private intThe start.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 CUTOFFThe Constant CUTOFF.- See Also:
-
MULT
public static final int MULTThe Constant MULT.- See Also:
-
start
private int startThe start. -
end
private int endThe end.
-
-
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:FSTreeNodeInits the children.- Specified by:
initChildrenin classFSTreeNode
-
degree
static int degree(int i) Degree.- Parameters:
i- the i- Returns:
- the int
-
getEnd
public int getEnd()Gets the end.- Returns:
- int
-
getStart
public int getStart()Gets the start.- Returns:
- int
-