org.apache.ctakes.preprocessor
Class Annotation

java.lang.Object
  extended by org.apache.ctakes.preprocessor.Annotation

public class Annotation
extends java.lang.Object

Author:
Mayo Clinic

Field Summary
 int endOffset
           
 java.lang.String iv_type
           
 int startOffset
           
 
Constructor Summary
Annotation()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

iv_type

public java.lang.String iv_type

startOffset

public int startOffset

endOffset

public int endOffset
Constructor Detail

Annotation

public Annotation()