Uses of Interface
org.apache.uima.annotator.regex.Position

Packages that use Position
org.apache.uima.annotator.regex   
org.apache.uima.annotator.regex.impl   
 

Uses of Position in org.apache.uima.annotator.regex
 

Methods in org.apache.uima.annotator.regex that return Position
 Position Annotation.getBegin()
          Get the annotation begin position of this annotation.
 Position Annotation.getEnd()
          Get the annotation end position of this annotation.
 

Uses of Position in org.apache.uima.annotator.regex.impl
 

Classes in org.apache.uima.annotator.regex.impl that implement Position
 class Position_impl
           
 

Methods in org.apache.uima.annotator.regex.impl that return Position
 Position Annotation_impl.getBegin()
           
 Position Annotation_impl.getEnd()
           
 

Constructors in org.apache.uima.annotator.regex.impl with parameters of type Position
Annotation_impl(java.lang.String annotId, java.lang.String annotType, Position begin, Position end, java.lang.String validationClass)
           
 



Copyright © 2011. All Rights Reserved.