Class Annotation_Type

    • Field Detail

      • typeIndexID

        public static final int typeIndexID
      • featOkTst

        public static final boolean featOkTst
    • Constructor Detail

      • Annotation_Type

        public Annotation_Type​(JCas jcas,
                               Type casType)
      • Annotation_Type

        protected Annotation_Type()
    • Method Detail

      • getBegin

        public int getBegin​(int addr)
      • setBegin

        public void setBegin​(int addr,
                             int v)
      • getEnd

        public int getEnd​(int addr)
      • setEnd

        public void setEnd​(int addr,
                           int v)
      • getCoveredText

        public java.lang.String getCoveredText​(int inst)
        Parameters:
        inst - low level reference to a Feature Structure
        Returns:
        null or the covered text
        See Also:
        AnnotationFS.getCoveredText()