org.apache.uima.tools.cfe
Class ApplierInfoAnnotation_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
org.apache.uima.tools.cfe.ApplierInfoAnnotation_Type
public class ApplierInfoAnnotation_Type
- extends org.apache.uima.jcas.tcas.Annotation_Type
Updated by JCasGen Tue Mar 18 14:49:11 EDT 2008
Fields inherited from class org.apache.uima.jcas.cas.TOP_Type |
casImpl, casType, casTypeCode, instanceOf_Type, jcas, ll_cas, lowLevelArrayBoundChecks, lowLevelTypeChecks, useExistingInstance |
Constructor Summary |
ApplierInfoAnnotation_Type(org.apache.uima.jcas.JCas jcas,
org.apache.uima.cas.Type casType)
initialize variables to correspond with Cas Type and Features |
Method Summary |
int |
getAppliedAnnotation(int addr)
|
int |
getContext(int addr)
|
String |
getContext(int addr,
int i)
|
String |
getDocumentId(int addr)
|
int |
getFeatures(int addr)
|
String |
getFeatures(int addr,
int i)
|
protected org.apache.uima.cas.impl.FSGenerator |
getFSGenerator()
|
void |
setAppliedAnnotation(int addr,
int v)
|
void |
setContext(int addr,
int v)
|
void |
setContext(int addr,
int i,
String v)
|
void |
setDocumentId(int addr,
String v)
|
void |
setFeatures(int addr,
int v)
|
void |
setFeatures(int addr,
int i,
String v)
|
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 |
typeIndexID
public static final int typeIndexID
featOkTst
public static final boolean featOkTst
ApplierInfoAnnotation_Type
public ApplierInfoAnnotation_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
getFeatures
public int getFeatures(int addr)
setFeatures
public void setFeatures(int addr,
int v)
getFeatures
public String getFeatures(int addr,
int i)
setFeatures
public void setFeatures(int addr,
int i,
String v)
getAppliedAnnotation
public int getAppliedAnnotation(int addr)
setAppliedAnnotation
public void setAppliedAnnotation(int addr,
int v)
getContext
public int getContext(int addr)
setContext
public void setContext(int addr,
int v)
getContext
public String getContext(int addr,
int i)
setContext
public void setContext(int addr,
int i,
String v)
getDocumentId
public String getDocumentId(int addr)
setDocumentId
public void setDocumentId(int addr,
String v)
Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.