Uses of Interface
de.julielab.jcore.ae.annotationadder.annotationrepresentations.AnnotationData
-
-
Uses of AnnotationData in de.julielab.jcore.ae.annotationadder
Methods in de.julielab.jcore.ae.annotationadder with parameters of type AnnotationData Modifier and Type Method Description booleanAnnotationAdder. addAnnotations(AnnotationData data, AnnotationAdderHelper helper, AnnotationAdderConfiguration configuration, org.apache.uima.jcas.JCas jCas)Tries to add the given annotation data to the given cas.booleanAnnotationListAdder. addAnnotations(AnnotationData data, AnnotationAdderHelper helper, AnnotationAdderConfiguration configuration, org.apache.uima.jcas.JCas jCas) -
Uses of AnnotationData in de.julielab.jcore.ae.annotationadder.annotationformat
Classes in de.julielab.jcore.ae.annotationadder.annotationformat with type parameters of type AnnotationData Modifier and Type Interface Description interfaceAnnotationFormat<T extends AnnotationData> -
Uses of AnnotationData in de.julielab.jcore.ae.annotationadder.annotationrepresentations
Classes in de.julielab.jcore.ae.annotationadder.annotationrepresentations that implement AnnotationData Modifier and Type Class Description classAnnotationListclassExternalAnnotation -
Uses of AnnotationData in de.julielab.jcore.ae.annotationadder.annotationsources
Classes in de.julielab.jcore.ae.annotationadder.annotationsources with type parameters of type AnnotationData Modifier and Type Interface Description interfaceAnnotationProvider<T extends AnnotationData>interfaceAnnotationSource<T extends AnnotationData>
-