Uses of Interface
org.wikidata.wdtk.datamodel.interfaces.ValueSnak
Packages that use ValueSnak
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.
Serializer for RDF
-
Uses of ValueSnak in org.wikidata.wdtk.datamodel.helpers
Methods in org.wikidata.wdtk.datamodel.helpers that return ValueSnakModifier and TypeMethodDescriptionCopies aValueSnak
.static ValueSnak
Datamodel.makeValueSnak
(PropertyIdValue propertyId, Value value) Creates aValueSnak
.Methods in org.wikidata.wdtk.datamodel.helpers with parameters of type ValueSnakModifier and TypeMethodDescriptionCopies aValueSnak
.static boolean
Equality.equalsValueSnak
(ValueSnak o1, Object o2) Returnstrue
if the parameters are twoValueSnak
objects with exactly the same data.static int
Returns a hash code for the given object.static String
Returns a human-readable string representation of the given object. -
Uses of ValueSnak in org.wikidata.wdtk.datamodel.implementation
Classes in org.wikidata.wdtk.datamodel.implementation that implement ValueSnakMethods in org.wikidata.wdtk.datamodel.implementation that return ValueSnakModifier and TypeMethodDescriptionDataObjectFactoryImpl.getValueSnak
(PropertyIdValue propertyId, Value value) Creates aValueSnakImpl
. -
Uses of ValueSnak in org.wikidata.wdtk.datamodel.interfaces
Methods in org.wikidata.wdtk.datamodel.interfaces that return ValueSnakModifier and TypeMethodDescriptionDataObjectFactory.getValueSnak
(PropertyIdValue propertyId, Value value) Creates aValueSnak
.Methods in org.wikidata.wdtk.datamodel.interfaces with parameters of type ValueSnak -
Uses of ValueSnak in org.wikidata.wdtk.rdf
Methods in org.wikidata.wdtk.rdf with parameters of type ValueSnak