Uses of Interface
org.wikidata.wdtk.datamodel.interfaces.Claim
Packages that use Claim
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
Components for accessing the Web API of a Wikibase website, such as wikidata.org.
-
Uses of Claim in org.wikidata.wdtk.datamodel.helpers
Methods in org.wikidata.wdtk.datamodel.helpers that return ClaimModifier and TypeMethodDescriptionCopies aClaim.static ClaimDatamodel.makeClaim(EntityIdValue subject, Snak mainSnak, List<SnakGroup> qualifiers) Creates aClaim.Methods in org.wikidata.wdtk.datamodel.helpers with parameters of type ClaimModifier and TypeMethodDescriptionCopies aClaim.static booleanEquality.equalsClaim(Claim o1, Object o2) Returnstrueif the parameters are twoClaimobjects with exactly the same data.static intReturns a hash code for the given object.static StatementDatamodel.makeStatement(Claim claim, List<Reference> references, StatementRank rank, String statementId) Creates aStatement.static StringReturns a human-readable string representation of the given object. -
Uses of Claim in org.wikidata.wdtk.datamodel.implementation
Classes in org.wikidata.wdtk.datamodel.implementation that implement ClaimMethods in org.wikidata.wdtk.datamodel.implementation that return ClaimModifier and TypeMethodDescriptionDataObjectFactoryImpl.getClaim(EntityIdValue subject, Snak mainSnak, List<SnakGroup> qualifiers) StatementImpl.getClaim()Methods in org.wikidata.wdtk.datamodel.implementation with parameters of type ClaimModifier and TypeMethodDescriptionDataObjectFactoryImpl.getStatement(Claim claim, List<Reference> references, StatementRank rank, String statementId) -
Uses of Claim in org.wikidata.wdtk.datamodel.interfaces
Methods in org.wikidata.wdtk.datamodel.interfaces that return ClaimModifier and TypeMethodDescriptionDataObjectFactory.getClaim(EntityIdValue subject, Snak mainSnak, List<SnakGroup> qualifiers) Creates aClaim.Statement.getClaim()Get the Claim object that this statement refers to.Methods in org.wikidata.wdtk.datamodel.interfaces with parameters of type ClaimModifier and TypeMethodDescriptionDataObjectFactory.getStatement(Claim claim, List<Reference> references, StatementRank rank, String statementId) Creates aStatement. -
Uses of Claim in org.wikidata.wdtk.rdf
Methods in org.wikidata.wdtk.rdf with parameters of type ClaimModifier and TypeMethodDescriptionvoidAbstractRdfConverter.writeClaim(org.eclipse.rdf4j.model.Resource claimResource, Claim claim) -
Uses of Claim in org.wikidata.wdtk.wikibaseapi
Methods in org.wikidata.wdtk.wikibaseapi with parameters of type ClaimModifier and TypeMethodDescriptionprotected booleanStatementUpdate.equivalentClaims(Claim claim1, Claim claim2) Deprecated.Checks if two claims are equivalent in the sense that they have the same main snak and the same qualifiers, but possibly in a different order.