Class FamilyAcronym_Type


  • public class FamilyAcronym_Type
    extends org.apache.uima.jcas.tcas.Annotation_Type
    Type defined in de.julielab.jcore.ae.genemapper.desc.FamilyAndSynonymsExtraction Updated by JCasGen Sat Dec 03 19:46:40 CET 2022
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static boolean featOkTst  
      static int typeIndexID  
      • Fields inherited from class org.apache.uima.jcas.cas.TOP_Type

        casImpl, casType, casTypeCode, instanceOf_Type, jcas, ll_cas, lowLevelArrayBoundChecks, lowLevelTypeChecks, useExistingInstance
    • 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
    • Field Detail

      • typeIndexID

        public static final int typeIndexID
      • featOkTst

        public static final boolean featOkTst
    • Constructor Detail

      • FamilyAcronym_Type

        public FamilyAcronym_Type​(org.apache.uima.jcas.JCas jcas,
                                  org.apache.uima.cas.Type casType)
        initialize variables to correspond with Cas Type and Features
        Parameters:
        jcas - JCas
        casType - Type
    • 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 reference
        v - 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 reference
        v - value to set