Uses of Interface
org.wikidata.wdtk.datamodel.interfaces.SenseUpdate
Packages that use SenseUpdate
Package
Description
Package for mostly static helper code to work with data objects.
Basic implementation for objects representing Wikibase data and related factories.
Interfaces for representing Wikibase data and related factories.
-
Uses of SenseUpdate in org.wikidata.wdtk.datamodel.helpers
Methods in org.wikidata.wdtk.datamodel.helpers that return SenseUpdateModifier and TypeMethodDescriptionSenseUpdateBuilder.build()
static SenseUpdate
Datamodel.makeSenseUpdate
(SenseIdValue entityId, long revisionId, TermUpdate glosses, StatementUpdate statements) Creates newSenseUpdate
.Methods in org.wikidata.wdtk.datamodel.helpers with parameters of type SenseUpdateModifier and TypeMethodDescriptionSenseUpdateBuilder.append
(SenseUpdate update) Replays all changes in provided update into this builder object.static boolean
Equality.equalsSenseUpdate
(SenseUpdate o1, Object o2) Returnstrue
if the twoSenseUpdate
objects contain exactly the same data.static int
Hash.hashCode
(SenseUpdate o) Calculates hash code for givenSenseUpdate
object.LexemeUpdateBuilder.updateSense
(SenseUpdate update) Updates existing sense in the lexeme. -
Uses of SenseUpdate in org.wikidata.wdtk.datamodel.implementation
Classes in org.wikidata.wdtk.datamodel.implementation that implement SenseUpdateMethods in org.wikidata.wdtk.datamodel.implementation that return SenseUpdateModifier and TypeMethodDescriptionDataObjectFactoryImpl.getSenseUpdate
(SenseIdValue entityId, long revisionId, TermUpdate glosses, StatementUpdate statements) Methods in org.wikidata.wdtk.datamodel.implementation that return types with arguments of type SenseUpdate -
Uses of SenseUpdate in org.wikidata.wdtk.datamodel.interfaces
Methods in org.wikidata.wdtk.datamodel.interfaces that return SenseUpdateModifier and TypeMethodDescriptionDataObjectFactory.getSenseUpdate
(SenseIdValue entityId, long revisionId, TermUpdate glosses, StatementUpdate statements) Creates newSenseUpdate
.Methods in org.wikidata.wdtk.datamodel.interfaces that return types with arguments of type SenseUpdateModifier and TypeMethodDescriptionLexemeUpdate.getUpdatedSenses()
Returns lexeme senses modified in this update.