Uses of Class
de.tudarmstadt.ukp.inception.recommendation.api.model.LearningRecordChangeLocation
-
Packages that use LearningRecordChangeLocation Package Description de.tudarmstadt.ukp.inception.recommendation.api de.tudarmstadt.ukp.inception.recommendation.api.model -
-
Uses of LearningRecordChangeLocation in de.tudarmstadt.ukp.inception.recommendation.api
Methods in de.tudarmstadt.ukp.inception.recommendation.api with parameters of type LearningRecordChangeLocation Modifier and Type Method Description void
LearningRecordService. logRecord(de.tudarmstadt.ukp.clarin.webanno.model.SourceDocument aDocument, java.lang.String aUsername, AnnotationSuggestion aPrediction, de.tudarmstadt.ukp.clarin.webanno.model.AnnotationLayer aLayer, de.tudarmstadt.ukp.clarin.webanno.model.AnnotationFeature aFeature, LearningRecordType aUserAction, LearningRecordChangeLocation aLocation)
void
LearningRecordService. logRecord(de.tudarmstadt.ukp.clarin.webanno.model.SourceDocument aDocument, java.lang.String aUsername, AnnotationSuggestion aSuggestion, java.lang.String aAlternativeLabel, de.tudarmstadt.ukp.clarin.webanno.model.AnnotationLayer aLayer, de.tudarmstadt.ukp.clarin.webanno.model.AnnotationFeature aFeature, LearningRecordType aUserAction, LearningRecordChangeLocation aLocation)
Updates the learning log with an entry for the given suggestion. -
Uses of LearningRecordChangeLocation in de.tudarmstadt.ukp.inception.recommendation.api.model
Methods in de.tudarmstadt.ukp.inception.recommendation.api.model that return LearningRecordChangeLocation Modifier and Type Method Description LearningRecordChangeLocation
LearningRecord. getChangeLocation()
static LearningRecordChangeLocation
LearningRecordChangeLocation. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LearningRecordChangeLocation[]
LearningRecordChangeLocation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.tudarmstadt.ukp.inception.recommendation.api.model that return types with arguments of type LearningRecordChangeLocation Modifier and Type Method Description java.lang.Class<LearningRecordChangeLocation>
LearningRecordChangeLocationType. returnedClass()
Methods in de.tudarmstadt.ukp.inception.recommendation.api.model with parameters of type LearningRecordChangeLocation Modifier and Type Method Description void
LearningRecord. setChangeLocation(LearningRecordChangeLocation changeLocation)
-