Uses of Class
de.tudarmstadt.ukp.inception.recommendation.api.model.LearningRecordType
-
Packages that use LearningRecordType Package Description de.tudarmstadt.ukp.inception.recommendation.api de.tudarmstadt.ukp.inception.recommendation.api.model -
-
Uses of LearningRecordType in de.tudarmstadt.ukp.inception.recommendation.api
Methods in de.tudarmstadt.ukp.inception.recommendation.api with parameters of type LearningRecordType 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 LearningRecordType in de.tudarmstadt.ukp.inception.recommendation.api.model
Methods in de.tudarmstadt.ukp.inception.recommendation.api.model that return LearningRecordType Modifier and Type Method Description LearningRecordType
LearningRecord. getUserAction()
static LearningRecordType
LearningRecordType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LearningRecordType[]
LearningRecordType. 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 LearningRecordType Modifier and Type Method Description java.lang.Class<LearningRecordType>
LearningRecordUserActionType. returnedClass()
Methods in de.tudarmstadt.ukp.inception.recommendation.api.model with parameters of type LearningRecordType Modifier and Type Method Description void
LearningRecord. setUserAction(LearningRecordType userAction)
-