Package org.apache.uima.tools.cvd
Class FSNode
java.lang.Object
org.apache.uima.tools.cvd.FSTreeNode
org.apache.uima.tools.cvd.FSNode
A node in the FS Tree Model
A node is - an Feature Structure array -- elements may be other nodes - a primitive value,
including Strings - a Feature Structure.
-
Field Summary
Fields inherited from class org.apache.uima.tools.cvd.FSTreeNode
children
-
Method Summary
-
Method Details
-
initChildren
protected void initChildren()Description copied from class:FSTreeNode
Inits the children.- Specified by:
initChildren
in classFSTreeNode
-
toString
-
isAnnotation
public boolean isAnnotation()Checks if is annotation.- Returns:
- true, if is annotation
-
getStart
public int getStart()Gets the start.- Returns:
- the start
-
getEnd
public int getEnd()Gets the end.- Returns:
- the end
-