Uses of Interface
dev.dokimos.server.repository.AnnotationRepository
Packages that use AnnotationRepository
-
Uses of AnnotationRepository in dev.dokimos.server.service
Constructors in dev.dokimos.server.service with parameters of type AnnotationRepositoryModifierConstructorDescriptionAlignmentService(ExperimentRunRepository runRepository, ItemResultRepository itemResultRepository, AnnotationRepository annotationRepository) AnnotationService(AnnotationRepository annotationRepository, ItemResultRepository itemResultRepository) ReviewQueueService(ItemResultRepository itemResultRepository, AnnotationRepository annotationRepository) RunService(ExperimentRunRepository runRepository, ItemResultRepository itemResultRepository, IngestedBatchRepository ingestedBatchRepository, DatasetService datasetService, DatasetItemRepository datasetItemRepository, AnnotationRepository annotationRepository, RegressionAlertService regressionAlertService)