| 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 |
|---|---|
Statement |
DatamodelConverter.copy(Statement object)
Copies a
Statement. |
static Statement |
Datamodel.makeStatement(Claim claim,
List<? extends Reference> references,
StatementRank rank,
String statementId)
Creates a
Statement. |
| Modifier and Type | Method and Description |
|---|---|
Statement |
DatamodelConverter.copy(Statement object)
Copies a
Statement. |
static boolean |
Equality.equalsStatement(Statement o1,
Object o2)
Returns true if the parameters are two
Statement objects with
exactly the same data. |
static int |
Hash.hashCode(Statement o)
Returns a hash code for the given object.
|
static String |
ToString.toString(Statement o)
Returns a human-readable string representation of the given object.
|
| Modifier and Type | Method and Description |
|---|---|
static StatementGroup |
Datamodel.makeStatementGroup(List<Statement> statements)
Creates a
StatementGroup. |
| Modifier and Type | Class and Description |
|---|---|
class |
StatementImpl
Implementation of
Statement. |
| 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 |
|---|---|
Iterator<Statement> |
TermedStatementDocumentImpl.getAllStatements() |
List<Statement> |
StatementGroupImpl.getStatements() |
Iterator<Statement> |
StatementGroupImpl.iterator() |
| Modifier and Type | Method and Description |
|---|---|
StatementGroup |
DataObjectFactoryImpl.getStatementGroup(List<Statement> statements) |
| Constructor and Description |
|---|
StatementGroupImpl(List<Statement> statements)
Constructor.
|
| 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 | Method and Description |
|---|---|
Iterator<Statement> |
StatementDocument.getAllStatements()
Returns an iterator that provides access to all statements, without
considering the statement groups.
|
List<Statement> |
StatementGroup.getStatements()
Get the list of Statements of this group.
|
| Modifier and Type | Method and Description |
|---|---|
StatementGroup |
DataObjectFactory.getStatementGroup(List<Statement> statements)
Creates a
StatementGroup. |
| Modifier and Type | Class and Description |
|---|---|
class |
JacksonStatement
Jackson implementation of
Statement. |
| Modifier and Type | Method and Description |
|---|---|
Statement |
JacksonObjectFactory.getStatement(Claim claim,
List<? extends Reference> references,
StatementRank rank,
String statementId) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Statement> |
JacksonTermedStatementDocument.getAllStatements() |
List<Statement> |
StatementGroupFromJson.getStatements() |
Iterator<Statement> |
StatementGroupFromJson.iterator() |
| Modifier and Type | Method and Description |
|---|---|
StatementGroup |
JacksonObjectFactory.getStatementGroup(List<Statement> statements) |
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