anl.aida.types
Class Name_Type
java.lang.Object
org.apache.uima.jcas.cas.TOP_Type
org.apache.uima.jcas.cas.AnnotationBase_Type
org.apache.uima.jcas.tcas.Annotation_Type
anl.aida.types.Name_Type
public class Name_Type
- extends org.apache.uima.jcas.tcas.Annotation_Type
Updated by JCasGen Mon Mar 16 15:58:25 EDT 2009
Fields inherited from class org.apache.uima.jcas.cas.TOP_Type |
casImpl, casType, casTypeCode, instanceOf_Type, jcas, ll_cas, lowLevelArrayBoundChecks, lowLevelTypeChecks, useExistingInstance |
Constructor Summary |
Name_Type(org.apache.uima.jcas.JCas jcas,
org.apache.uima.cas.Type casType)
initialize variables to correspond with Cas Type and Features |
Methods inherited from class org.apache.uima.jcas.tcas.Annotation_Type |
getBegin, getCoveredText, getEnd, setBegin, setEnd |
Methods inherited from class org.apache.uima.jcas.cas.AnnotationBase_Type |
getSofa, getView |
Methods inherited from class org.apache.uima.jcas.cas.TOP_Type |
addToIndexes, checkType, getTypeIndexID, invalidTypeArg, noObjCreate, removeFromIndexes |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fsGenerator
private final org.apache.uima.cas.impl.FSGenerator fsGenerator
typeIndexID
public static final int typeIndexID
featOkTst
public static final boolean featOkTst
casFeat_lastName
final org.apache.uima.cas.Feature casFeat_lastName
casFeatCode_lastName
final int casFeatCode_lastName
casFeat_firstName
final org.apache.uima.cas.Feature casFeat_firstName
casFeatCode_firstName
final int casFeatCode_firstName
casFeat_initials
final org.apache.uima.cas.Feature casFeat_initials
casFeatCode_initials
final int casFeatCode_initials
Name_Type
public Name_Type(org.apache.uima.jcas.JCas jcas,
org.apache.uima.cas.Type casType)
- initialize variables to correspond with Cas Type and Features
getFSGenerator
protected org.apache.uima.cas.impl.FSGenerator getFSGenerator()
- Overrides:
getFSGenerator
in class org.apache.uima.jcas.tcas.Annotation_Type
getLastName
public java.lang.String getLastName(int addr)
setLastName
public void setLastName(int addr,
java.lang.String v)
getFirstName
public java.lang.String getFirstName(int addr)
setFirstName
public void setFirstName(int addr,
java.lang.String v)
getInitials
public java.lang.String getInitials(int addr)
setInitials
public void setInitials(int addr,
java.lang.String v)