com.raritantechnologies.uima
Class RaritanAnnotation_Type

java.lang.Object
  extended byAnnotation_Type
      extended bycom.raritantechnologies.uima.RaritanAnnotation_Type

public class RaritanAnnotation_Type
extends Annotation_Type

UIMA Type for RaritanAnnotation.


Developed by Raritan Technologies .

Author:
Ted Sullivan
See Also:
Serialized Form

Field Summary
static boolean featOkTst
           
static int typeIndexID
           
 
Constructor Summary
RaritanAnnotation_Type(JCas jcas, Type casType)
          initialize variables to correspond with Cas Type and Features
 
Method Summary
 java.lang.String getData(int addr)
           
protected  FSGenerator getFSGenerator()
           
 java.lang.String getName(int addr)
           
 void setData(int addr, java.lang.String v)
           
 void setName(int addr, java.lang.String v)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

typeIndexID

public static final int typeIndexID

featOkTst

public static final boolean featOkTst
Constructor Detail

RaritanAnnotation_Type

public RaritanAnnotation_Type(JCas jcas,
                              Type casType)
initialize variables to correspond with Cas Type and Features

Method Detail

getFSGenerator

protected FSGenerator getFSGenerator()

getName

public java.lang.String getName(int addr)

setName

public void setName(int addr,
                    java.lang.String v)

getData

public java.lang.String getData(int addr)

setData

public void setData(int addr,
                    java.lang.String v)