Package org.apache.uima.tools.cvd
Class MarkupExtent
- java.lang.Object
-
- org.apache.uima.tools.cvd.MarkupExtent
-
public class MarkupExtent extends java.lang.ObjectRepresents an element in a list of markup extents. Knows about the length of the extent, as well as the depth of markup. Depth of markup means, how many annotations cover this extent?
-
-
Field Summary
Fields Modifier and Type Field Description private intendThe end.private intmarkupDepthThe markup depth.private intstartThe start.
-
Constructor Summary
Constructors Constructor Description MarkupExtent(int start, int end, int markupDepth)Instantiates a new markup extent.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetEnd()Gets the end.intgetLength()Gets the length.intgetMarkupDepth()Gets the markup depth.intgetStart()Gets the start.
-