Package org.apache.uima.tools.cvd
Class MultiMarkup.AnnotExtent
java.lang.Object
org.apache.uima.tools.cvd.MultiMarkup.Extent
org.apache.uima.tools.cvd.MultiMarkup.AnnotExtent
- Enclosing class:
MultiMarkup
The Class AnnotExtent.
-
Field Summary
FieldsFields inherited from class org.apache.uima.tools.cvd.MultiMarkup.Extent
depth, end, start
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
AnnotExtent
(int start, int end, int depth, String annotName) Instantiates a new annot extent. -
Method Summary
-
Field Details
-
annotName
The annot name.
-
-
Constructor Details
-
AnnotExtent
Instantiates a new annot extent.- Parameters:
start
- the startend
- the enddepth
- the depthannotName
- the annot name
-