| 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 |
|---|---|
static boolean |
Equality.equalsTermedDocument(TermedDocument o1,
Object o2)
Returns true if the parameters are two
TermedDocument objects
with exactly the same data. |
protected static int |
Hash.hashCodeForTermedDocument(TermedDocument o)
Returns a hash code for the given object.
|
protected static String |
ToString.toStringForTermedDocument(TermedDocument o)
Returns a human-readable string representation of the given
TermedDocument. |
| Modifier and Type | Class and Description |
|---|---|
class |
ItemDocumentImpl |
class |
PropertyDocumentImpl
Implementation of
PropertyDocument. |
class |
TermedStatementDocumentImpl
Implementation of
TermedDocument. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ItemDocument
Interface for datasets that describe items.
|
interface |
PropertyDocument
Interface for datasets that describe properties.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JacksonItemDocument
Jackson implementation of
ItemDocument. |
class |
JacksonPropertyDocument
Jackson implementation of
PropertyDocument. |
class |
JacksonTermedStatementDocument
Abstract Jackson implementation of
TermedDocument. |
Copyright © 2014–2015 Wikidata Toolkit Developers. Generated from source code published under the Apache License 2.0. For more information, see the Wikidata Toolkit homepage