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, boolean preventProcessedOnDigestMismatch)Tries to add the given annotation data to the given cas.booleanDocumentClassAdder. addAnnotations(AnnotationData data, AnnotationAdderHelper helper, AnnotationAdderConfiguration configuration, org.apache.uima.jcas.JCas jCas, boolean preventProcessedOnDigestMismatch)booleanDocumentClassAnnotationAdder. addAnnotations(AnnotationData data, AnnotationAdderHelper helper, AnnotationAdderConfiguration configuration, org.apache.uima.jcas.JCas jCas, boolean preventProcessedOnDigestMismatch)booleanTextAnnotationListAdder. addAnnotations(AnnotationData data, AnnotationAdderHelper helper, AnnotationAdderConfiguration configuration, org.apache.uima.jcas.JCas jCas, boolean preventProcessedOnDigestMismatch) -
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 with type parameters of type AnnotationData Modifier and Type Class Description classAnnotationList<T extends AnnotationData>Subinterfaces of AnnotationData in de.julielab.jcore.ae.annotationadder.annotationrepresentations Modifier and Type Interface Description interfaceTextAnnotationClasses in de.julielab.jcore.ae.annotationadder.annotationrepresentations that implement AnnotationData Modifier and Type Class Description classAnnotationList<T extends AnnotationData>classExternalDocumentClassAnnotationclassExternalTextAnnotation -
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>classH2AnnotationSource<T extends AnnotationData>classInMemoryAnnotationSource<T extends AnnotationData>
-