Class AnnotationExtent

java.lang.Object
org.apache.uima.tools.cvd.AnnotationExtent

public class AnnotationExtent extends Object
  • Field Details

    • start

      private int start
    • end

      private int end
    • style

      private Style style
  • Constructor Details

    • AnnotationExtent

      public AnnotationExtent(int start, int end, Style style)
  • Method Details

    • getLength

      public int getLength()
    • getStyle

      public Style getStyle()
    • getEnd

      public int getEnd()
      Returns:
      int
    • getStart

      public int getStart()
      Returns:
      int