Package org.apache.uima.tools.cvd
Class FSNode
- java.lang.Object
-
- org.apache.uima.tools.cvd.FSTreeNode
-
- org.apache.uima.tools.cvd.FSNode
-
public class FSNode extends FSTreeNode
-
-
Field Summary
-
Fields inherited from class org.apache.uima.tools.cvd.FSTreeNode
children
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getEnd()
int
getStart()
protected void
initChildren()
boolean
isAnnotation()
java.lang.String
toString()
-
-
-
Method Detail
-
initChildren
protected void initChildren()
- Specified by:
initChildren
in classFSTreeNode
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
isAnnotation
public boolean isAnnotation()
-
getStart
public int getStart()
-
getEnd
public int getEnd()
-
-