org.apache.ctakes.coreference.util
Class AnnotationCounter

java.lang.Object
  extended by org.apache.ctakes.coreference.util.AnnotationCounter

public class AnnotationCounter
extends java.lang.Object


Constructor Summary
AnnotationCounter()
           
 
Method Summary
static int countInterval(java.util.Collection<? extends org.apache.uima.jcas.tcas.Annotation> c, int b, int e)
           
static int countPoint(java.util.Collection<? extends org.apache.uima.jcas.tcas.Annotation> c, int b, int e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationCounter

public AnnotationCounter()
Method Detail

countInterval

public static int countInterval(java.util.Collection<? extends org.apache.uima.jcas.tcas.Annotation> c,
                                int b,
                                int e)

countPoint

public static int countPoint(java.util.Collection<? extends org.apache.uima.jcas.tcas.Annotation> c,
                             int b,
                             int e)