Class FamilyAcronym_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
-
- de.julielab.jcore.ae.genemapper.desc.FamilyResolution.FamilyAcronym_Type
-
public class FamilyAcronym_Type extends org.apache.uima.jcas.tcas.Annotation_TypeType defined in de.julielab.jcore.ae.genemapper.desc.FamilyResolution Updated by JCasGen Sat Dec 03 19:46:40 CET 2022
-
-
Field Summary
Fields Modifier and Type Field Description static booleanfeatOkTststatic inttypeIndexID
-
Constructor Summary
Constructors Constructor Description FamilyAcronym_Type(org.apache.uima.jcas.JCas jcas, org.apache.uima.cas.Type casType)initialize variables to correspond with Cas Type and Features
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetGeneId(int addr)intgetLongform(int addr)voidsetGeneId(int addr, String v)voidsetLongform(int addr, int v)-
Methods inherited from class org.apache.uima.jcas.tcas.Annotation_Type
getBegin, getCoveredText, getEnd, getFSGenerator, setBegin, setEnd
-
-
-
-
Method Detail
-
getGeneId
public String getGeneId(int addr)
- Parameters:
addr- low level Feature Structure reference- Returns:
- the feature value
-
setGeneId
public void setGeneId(int addr, String v)- Parameters:
addr- low level Feature Structure referencev- value to set
-
getLongform
public int getLongform(int addr)
- Parameters:
addr- low level Feature Structure reference- Returns:
- the feature value
-
setLongform
public void setLongform(int addr, int v)- Parameters:
addr- low level Feature Structure referencev- value to set
-
-