Uses of Class
io.goobi.viewer.api.rest.model.ner.ElementReference
-
Uses of ElementReference in io.goobi.viewer.api.rest.model.ner
Modifier and TypeMethodDescriptionvoid
NERTag.setElement
(ElementReference element) Setter for the fieldelement
.Modifier and TypeMethodDescriptionvoid
TagCount.addReferences
(List<ElementReference> references) addReferences.void
TagCount.setReferences
(List<ElementReference> references) Setter for the fieldreferences
.ModifierConstructorDescriptionNERTag
(String id, String value, NERTag.Type type, ElementReference element) Constructor for NERTag.TagCount
(String value, NERTag.Type type, ElementReference element) Constructor for TagCount.