Package org.apache.uima.tools.cvd
Class AnnotationExtent
java.lang.Object
org.apache.uima.tools.cvd.AnnotationExtent
The Class AnnotationExtent.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAnnotationExtent
(int start, int end, Style style) Instantiates a new annotation extent. -
Method Summary
-
Field Details
-
start
private int startThe start. -
end
private int endThe end. -
style
The style.
-
-
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
-