| 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 |
Code that is related to the official Wikibase JSON format
as used, e.g., to export result in the Wikibase Web API.
|
| org.wikidata.wdtk.datamodel.json.jackson |
Main package for Jackson-compatible implementations of the WDTK datamodel
interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
SomeValueSnak |
DataModelConverter.convert(SomeValueSnak object) |
static SomeValueSnak |
Datamodel.makeSomeValueSnak(PropertyIdValue propertyId)
Creates a
SomeValueSnak. |
| Modifier and Type | Method and Description |
|---|---|
SomeValueSnak |
DataModelConverter.convert(SomeValueSnak object) |
static boolean |
Equality.equalsSomeValueSnak(SomeValueSnak o1,
Object o2)
Returns true if the parameters are two
SomeValueSnak objects with
exactly the same data. |
static int |
Hash.hashCode(SomeValueSnak o)
Returns a hash code for the given object.
|
static String |
ToString.toString(SomeValueSnak o)
Returns a human-readable string representation of the given object.
|
Snak |
DataModelConverter.visit(SomeValueSnak snak) |
| Modifier and Type | Class and Description |
|---|---|
class |
SomeValueSnakImpl |
| Modifier and Type | Method and Description |
|---|---|
SomeValueSnak |
DataObjectFactoryImpl.getSomeValueSnak(PropertyIdValue propertyId) |
| Modifier and Type | Method and Description |
|---|---|
SomeValueSnak |
DataObjectFactory.getSomeValueSnak(PropertyIdValue propertyId)
Creates a
SomeValueSnak. |
| Modifier and Type | Method and Description |
|---|---|
T |
SnakVisitor.visit(SomeValueSnak snak)
Visits a SomeValueSnak and returns a result.
|
| Modifier and Type | Method and Description |
|---|---|
org.json.JSONObject |
SnakJsonConverter.visit(SomeValueSnak snak) |
| Modifier and Type | Class and Description |
|---|---|
class |
JacksonSomeValueSnak
Jackson implementation of
SomeValueSnak. |
| Modifier and Type | Method and Description |
|---|---|
SomeValueSnak |
JacksonObjectFactory.getSomeValueSnak(PropertyIdValue propertyId) |
Copyright © 2014 Wikidata Toolkit Developers. Generated from source code published under the Apache License 2.0. For more information, see the Wikidata Toolkit homepage