Class AnnotationExtent

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

public class AnnotationExtent extends Object
The Class AnnotationExtent.
  • Constructor Details

    • AnnotationExtent

      public AnnotationExtent(int start, int end, Style style)
      Instantiates a new annotation extent.
      Parameters:
      start - the start
      end - the end
      style - the style
  • Method Details

    • getLength

      public int getLength()
      Gets the length.
      Returns:
      the length
    • getStyle

      public Style getStyle()
      Gets the style.
      Returns:
      the style
    • getEnd

      public int getEnd()
      Gets the end.
      Returns:
      int
    • getStart

      public int getStart()
      Gets the start.
      Returns:
      int