Uses of Interface
org.wikidata.wdtk.datamodel.interfaces.SomeValueSnak
Packages that use SomeValueSnak
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 SomeValueSnak in org.wikidata.wdtk.datamodel.helpers
Methods in org.wikidata.wdtk.datamodel.helpers that return SomeValueSnakModifier and TypeMethodDescriptionDatamodelConverter.copy
(SomeValueSnak object) Copies aSomeValueSnak
.static SomeValueSnak
Datamodel.makeSomeValueSnak
(PropertyIdValue propertyId) Creates aSomeValueSnak
.Methods in org.wikidata.wdtk.datamodel.helpers with parameters of type SomeValueSnakModifier and TypeMethodDescriptionDatamodelConverter.copy
(SomeValueSnak object) Copies aSomeValueSnak
.static boolean
Equality.equalsSomeValueSnak
(SomeValueSnak o1, Object o2) Returnstrue
if the parameters are twoSomeValueSnak
objects with exactly the same data.static int
Hash.hashCode
(SomeValueSnak o) Returns a hash code for the given object.static String
ToString.toString
(SomeValueSnak o) Returns a human-readable string representation of the given object.DatamodelConverter.visit
(SomeValueSnak snak) -
Uses of SomeValueSnak in org.wikidata.wdtk.datamodel.implementation
Classes in org.wikidata.wdtk.datamodel.implementation that implement SomeValueSnakMethods in org.wikidata.wdtk.datamodel.implementation that return SomeValueSnakModifier and TypeMethodDescriptionDataObjectFactoryImpl.getSomeValueSnak
(PropertyIdValue propertyId) -
Uses of SomeValueSnak in org.wikidata.wdtk.datamodel.interfaces
Methods in org.wikidata.wdtk.datamodel.interfaces that return SomeValueSnakModifier and TypeMethodDescriptionDataObjectFactory.getSomeValueSnak
(PropertyIdValue propertyId) Creates aSomeValueSnak
.Methods in org.wikidata.wdtk.datamodel.interfaces with parameters of type SomeValueSnakModifier and TypeMethodDescriptionSnakVisitor.visit
(SomeValueSnak snak) Visits a SomeValueSnak and returns a result. -
Uses of SomeValueSnak in org.wikidata.wdtk.rdf
Methods in org.wikidata.wdtk.rdf with parameters of type SomeValueSnak