|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.uima.tools.cvd.MarkupExtent
public class MarkupExtent
Represents 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?
Constructor Summary | |
---|---|
MarkupExtent(int start,
int end,
int markupDepth)
|
Method Summary | |
---|---|
int |
getEnd()
|
int |
getLength()
|
int |
getMarkupDepth()
|
int |
getStart()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MarkupExtent(int start, int end, int markupDepth)
Method Detail |
---|
public int getLength()
public int getMarkupDepth()
public int getEnd()
public int getStart()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |