Uses of Interface
org.wikidata.wdtk.datamodel.interfaces.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
Modifier and TypeMethodDescriptionSenseUpdateBuilder.build()
static SenseUpdate
Datamodel.makeSenseUpdate
(SenseIdValue entityId, long revisionId, TermUpdate glosses, StatementUpdate statements) Creates newSenseUpdate
.Modifier 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
Modifier and TypeMethodDescriptionDataObjectFactoryImpl.getSenseUpdate
(SenseIdValue entityId, long revisionId, TermUpdate glosses, StatementUpdate statements) -
Uses of SenseUpdate in org.wikidata.wdtk.datamodel.interfaces
Modifier and TypeMethodDescriptionDataObjectFactory.getSenseUpdate
(SenseIdValue entityId, long revisionId, TermUpdate glosses, StatementUpdate statements) Creates newSenseUpdate
.Modifier and TypeMethodDescriptionLexemeUpdate.getUpdatedSenses()
Returns lexeme senses modified in this update.