org.apache.uima.tools.cvd
Class MarkupExtent

java.lang.Object
  extended by org.apache.uima.tools.cvd.MarkupExtent

public class MarkupExtent
extends java.lang.Object

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

MarkupExtent

public MarkupExtent(int start,
                    int end,
                    int markupDepth)
Method Detail

getLength

public int getLength()

getMarkupDepth

public int getMarkupDepth()

getEnd

public int getEnd()
Returns:
int

getStart

public int getStart()
Returns:
int


Copyright © 2010 The Apache Software Foundation. All Rights Reserved.