edu.stanford.nlp.ling
Class CoreAnnotations.EndPositionAnnotation

java.lang.Object
  extended by edu.stanford.nlp.ling.CoreAnnotations.EndPositionAnnotation
All Implemented Interfaces:
CoreAnnotation<Integer>, TypesafeMap.Key<CoreMap,Integer>
Enclosing class:
CoreAnnotations

public static class CoreAnnotations.EndPositionAnnotation
extends Object
implements CoreAnnotation<Integer>

The character offset after the last character of a token in source.


Constructor Summary
CoreAnnotations.EndPositionAnnotation()
           
 
Method Summary
 Class<Integer> getType()
          Returns the type associated with this annotation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoreAnnotations.EndPositionAnnotation

public CoreAnnotations.EndPositionAnnotation()
Method Detail

getType

public Class<Integer> getType()
Description copied from interface: CoreAnnotation
Returns the type associated with this annotation. This method must return the same class type as its value type parameter. It feels like one should be able to get away without this method, but because Java erases the generic type signature, that info disappears at runtime.

Specified by:
getType in interface CoreAnnotation<Integer>


Stanford NLP Group