Package org.apache.uima.tools.cvd
Class MultiMarkup.Extent
java.lang.Object
org.apache.uima.tools.cvd.MultiMarkup.Extent
- Direct Known Subclasses:
MultiMarkup.AnnotExtent
- Enclosing class:
MultiMarkup
The Class Extent.
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
Extent
(int start, int end, int depth) Instantiates a new extent. -
Method Summary
-
Field Details
-
start
protected int startThe start. -
end
protected int endThe end. -
depth
protected int depthThe depth.
-
-
Constructor Details
-
Extent
private Extent(int start, int end, int depth) Instantiates a new extent.- Parameters:
start
- the startend
- the enddepth
- the depth
-