Class Annotation_Type

Direct Known Subclasses:
DocumentAnnotation_Type, SourceDocumentInformation_Type

public class Annotation_Type extends AnnotationBase_Type
  • Field Details

    • typeIndexID

      public static final int typeIndexID
    • featOkTst

      public static final boolean featOkTst
  • Constructor Details

    • Annotation_Type

      public Annotation_Type(JCas jcas, Type casType)
    • Annotation_Type

      protected Annotation_Type()
  • Method Details

    • getFSGenerator

      protected FSGenerator<?> getFSGenerator()
      Overrides:
      getFSGenerator in class AnnotationBase_Type
    • 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 String getCoveredText(int inst)
      Parameters:
      inst - low level reference to a Feature Structure
      Returns:
      null or the covered text
      See Also: