org.apache.uima.tools.cvd
Class FSNode

java.lang.Object
  extended by org.apache.uima.tools.cvd.FSTreeNode
      extended by 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
 int getEnd()
           
 int getStart()
           
protected  void initChildren()
           
 boolean isAnnotation()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

initChildren

protected void initChildren()
Specified by:
initChildren in class FSTreeNode

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

isAnnotation

public boolean isAnnotation()

getStart

public int getStart()

getEnd

public int getEnd()


Copyright © 2010 The Apache Software Foundation. All Rights Reserved.