Uses of Interface
org.wikidata.wdtk.datamodel.interfaces.NoValueSnak
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 NoValueSnak in org.wikidata.wdtk.datamodel.helpers
Modifier and TypeMethodDescriptionDatamodelConverter.copy
(NoValueSnak object) Copies aNoValueSnak
.static NoValueSnak
Datamodel.makeNoValueSnak
(PropertyIdValue propertyId) Creates aNoValueSnak
.Modifier and TypeMethodDescriptionDatamodelConverter.copy
(NoValueSnak object) Copies aNoValueSnak
.static boolean
Equality.equalsNoValueSnak
(NoValueSnak o1, Object o2) Returnstrue
if the parameters are twoNoValueSnak
objects with exactly the same data.static int
Hash.hashCode
(NoValueSnak o) Returns a hash code for the given object.static String
ToString.toString
(NoValueSnak o) Returns a human-readable string representation of the given object.DatamodelConverter.visit
(NoValueSnak snak) -
Uses of NoValueSnak in org.wikidata.wdtk.datamodel.implementation
Modifier and TypeMethodDescriptionDataObjectFactoryImpl.getNoValueSnak
(PropertyIdValue propertyId) -
Uses of NoValueSnak in org.wikidata.wdtk.datamodel.interfaces
Modifier and TypeMethodDescriptionDataObjectFactory.getNoValueSnak
(PropertyIdValue propertyId) Creates aNoValueSnak
.Modifier and TypeMethodDescriptionSnakVisitor.visit
(NoValueSnak snak) Visits a NoValueSnak and returns a result. -
Uses of NoValueSnak in org.wikidata.wdtk.rdf