| Package | Description |
|---|---|
| org.wikidata.wdtk.datamodel.helpers |
Package for mostly static helper code to work with data objects.
|
| org.wikidata.wdtk.datamodel.implementation |
Basic implementation for objects representing Wikibase data and related factories.
|
| org.wikidata.wdtk.datamodel.interfaces |
Interfaces for representing Wikibase data and related factories.
|
| org.wikidata.wdtk.datamodel.json.jackson |
Main package for Jackson-compatible implementations of the WDTK datamodel
interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
Reference |
DataModelConverter.convert(Reference object) |
static Reference |
Datamodel.makeReference(List<SnakGroup> snakGroups)
Creates a
Reference. |
| Modifier and Type | Method and Description |
|---|---|
Reference |
DataModelConverter.convert(Reference object) |
static boolean |
Equality.equalsReference(Reference o1,
Object o2)
Returns true if the parameters are two
Reference objects with
exactly the same data. |
static int |
Hash.hashCode(Reference o)
Returns a hash code for the given object.
|
static String |
ToString.toString(Reference o)
Returns a human-readable string representation of the given object.
|
| Modifier and Type | Method and Description |
|---|---|
static Statement |
Datamodel.makeStatement(Claim claim,
List<? extends Reference> references,
StatementRank rank,
String statementId)
Creates a
Statement. |
| Modifier and Type | Class and Description |
|---|---|
class |
ReferenceImpl
Implementation of
Reference. |
| Modifier and Type | Method and Description |
|---|---|
Reference |
DataObjectFactoryImpl.getReference(List<SnakGroup> snakGroups) |
| Modifier and Type | Method and Description |
|---|---|
List<? extends Reference> |
StatementImpl.getReferences() |
| Modifier and Type | Method and Description |
|---|---|
Statement |
DataObjectFactoryImpl.getStatement(Claim claim,
List<? extends Reference> references,
StatementRank rank,
String statementId) |
| Modifier and Type | Method and Description |
|---|---|
Reference |
DataObjectFactory.getReference(List<SnakGroup> snakGroups)
Creates a
Reference. |
| Modifier and Type | Method and Description |
|---|---|
List<? extends Reference> |
Statement.getReferences()
Get a list of references for this Statement.
|
| Modifier and Type | Method and Description |
|---|---|
Statement |
DataObjectFactory.getStatement(Claim claim,
List<? extends Reference> references,
StatementRank rank,
String statementId)
Creates a
Statement. |
| Modifier and Type | Class and Description |
|---|---|
class |
JacksonReference
Jackson implementation of
Reference. |
| Modifier and Type | Method and Description |
|---|---|
Reference |
JacksonObjectFactory.getReference(List<SnakGroup> snakGroups) |
| Modifier and Type | Method and Description |
|---|---|
List<? extends Reference> |
JacksonStatement.getReferences() |
| Modifier and Type | Method and Description |
|---|---|
Statement |
JacksonObjectFactory.getStatement(Claim claim,
List<? extends Reference> references,
StatementRank rank,
String statementId) |
Copyright © 2014 Wikidata Toolkit Developers. Generated from source code published under the Apache License 2.0. For more information, see the Wikidata Toolkit homepage