Class MultiMarkup.Extent

java.lang.Object
org.apache.uima.tools.cvd.MultiMarkup.Extent
Direct Known Subclasses:
MultiMarkup.AnnotExtent
Enclosing class:
MultiMarkup

private static class MultiMarkup.Extent extends Object
The Class Extent.
  • Field Details

    • start

      protected int start
      The start.
    • end

      protected int end
      The end.
    • depth

      protected int depth
      The depth.
  • Constructor Details

    • Extent

      private Extent(int start, int end, int depth)
      Instantiates a new extent.
      Parameters:
      start - the start
      end - the end
      depth - the depth