Class Annotation_Type

    • Field Detail

      • featOkTst

        public static final boolean featOkTst
        Deprecated.
      • casFeat_begin

        final Feature casFeat_begin
        Deprecated.
      • casFeat_end

        final Feature casFeat_end
        Deprecated.
    • Constructor Detail

      • Annotation_Type

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

        protected Annotation_Type()
        Deprecated.
    • Method Detail

      • getBegin

        public int getBegin​(int addr)
        Deprecated.
      • setBegin

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

        public int getEnd​(int addr)
        Deprecated.
      • setEnd

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

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