Uses of Class
de.tudarmstadt.ukp.inception.recommendation.api.model.LearningRecord
-
Packages that use LearningRecord Package Description de.tudarmstadt.ukp.inception.recommendation.api -
-
Uses of LearningRecord in de.tudarmstadt.ukp.inception.recommendation.api
Methods in de.tudarmstadt.ukp.inception.recommendation.api that return LearningRecord Modifier and Type Method Description LearningRecord
LearningRecordService. getRecordById(long recordId)
Methods in de.tudarmstadt.ukp.inception.recommendation.api that return types with arguments of type LearningRecord Modifier and Type Method Description java.util.List<LearningRecord>
LearningRecordService. listRecords(java.lang.String user, de.tudarmstadt.ukp.clarin.webanno.model.AnnotationLayer layer)
java.util.List<LearningRecord>
LearningRecordService. listRecords(java.lang.String user, de.tudarmstadt.ukp.clarin.webanno.model.AnnotationLayer layer, int aLimit)
Fetches the learning records for the given document, user and layer.Methods in de.tudarmstadt.ukp.inception.recommendation.api with parameters of type LearningRecord Modifier and Type Method Description void
LearningRecordService. create(LearningRecord learningRecord)
void
LearningRecordService. delete(LearningRecord learningRecord)
void
LearningRecordService. update(LearningRecord learningRecord)
-