Package org.apache.uima.tools.cvd
Class AnnotationExtent
java.lang.Object
org.apache.uima.tools.cvd.AnnotationExtent
The Class AnnotationExtent.
-
Constructor Summary
ConstructorDescriptionAnnotationExtent
(int start, int end, Style style) Instantiates a new annotation extent. -
Method Summary
-
Constructor Details
-
AnnotationExtent
Instantiates a new annotation extent.- Parameters:
start
- the startend
- the endstyle
- the style
-
-
Method Details
-
getLength
public int getLength()Gets the length.- Returns:
- the length
-
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
-