Uses of Interface
org.wikidata.wdtk.datamodel.interfaces.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
Modifier and TypeMethodDescriptionCopies aValueSnak
.static ValueSnak
Datamodel.makeValueSnak
(PropertyIdValue propertyId, Value value) Creates aValueSnak
.Modifier 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
Modifier and TypeMethodDescriptionDataObjectFactoryImpl.getValueSnak
(PropertyIdValue propertyId, Value value) Creates aValueSnakImpl
. -
Uses of ValueSnak in org.wikidata.wdtk.datamodel.interfaces
Modifier and TypeMethodDescriptionDataObjectFactory.getValueSnak
(PropertyIdValue propertyId, Value value) Creates aValueSnak
. -
Uses of ValueSnak in org.wikidata.wdtk.rdf