See: Description
| Interface | Description |
|---|---|
| Claim |
Interface for Wikidata claims.
|
| DataObjectFactory |
Interface for factories that create data objects that implement the
interfaces from this package.
|
| DatatypeIdValue |
A value that represents one of the available Wikibase datatypes.
|
| EntityDocument |
Interface for datasets that describe an entity.
|
| EntityDocumentProcessor |
Interface for classes that are able to process
EntityDocument objects
in some way. |
| EntityDocumentsSerializer |
Interface for classes which serialize
EntityDocument objects. |
| EntityIdValue |
An entity is a Value that is represented by a page in Wikibase.
|
| GlobeCoordinatesValue |
Globe coordinates specify a position on some globe (usually Earth, but
possibly also another celestial body, such as Mars).
|
| IriIdentifiedValue |
An IriIdentifiedValue is a Value that is identified by an IRI, which can be
used as the canonical identifier for the entity outside of the context of a
particular Wikibase installation.
|
| ItemDocument |
Interface for datasets that describe items.
|
| ItemIdValue |
The id of a Wikibase Item.
|
| MonolingualTextValue |
A monolingual text value represents a text (string) in a certain language.
|
| NoValueSnak |
A NoValueSnak represents the information that a given property has no value.
|
| PropertyDocument |
Interface for datasets that describe properties.
|
| PropertyIdValue |
The id of a Wikibase Property.
|
| QuantityValue |
A quantity value represents a number, possibly under some unit.
|
| Reference |
An interface for references in Wikidata.
|
| SiteLink |
A site link in Wikibase specifies a link to an article on another MediaWiki
site, and a list of "badges" that this article holds.
|
| Sites |
Registry to manage the association between site keys (such as "enwiki") and
base URLs (such as "http://en.wikipedia.org/wiki/") that is needed to
interpret
SiteLink objects. |
| Snak |
Snaks are the basic information structures used to describe Entities in
Wikibase.
|
| SnakGroup |
A snak group represents an ordered list of
Snak objects that use the
same property. |
| SnakVisitor<T> |
A visitor for the various types of snaks in the datamodel.
|
| SomeValueSnak |
A SomeValueSnak represents the information that a given property has some
value that is not speficied further.
|
| Statement |
Interface for Wikibase Statments.
|
| StatementGroup | |
| StringValue |
String Values represent a single string.
|
| TermedDocument |
Interface for EntityDocuments that can be described by terms in several
languages.
|
| TimeValue |
Time values represent points and intervals in time, and additional
information about their format.
|
| Value |
A Value is the most general kind of object in the Wikibase datamodel.
|
| ValueSnak |
ValueSnaks represent property-value pairs, where the property are represented
by a
PropertyIdValue and the value is represented by a Value. |
| ValueVisitor<T> |
A visitor for the various types of values in the datamodel.
|
| Class | Description |
|---|---|
| EntityDocumentProcessorBroker |
Simple broker implementation of
EntityDocumentProcessor which
distributes entity documents to multiple registered listeners. |
| WikimediaLanguageCodes |
This class helps to interpret Wikimedia language codes in terms of official
BCP 47 language
codes.
|
| Enum | Description |
|---|---|
| StatementRank |
Enum for the possible ranks of Wikibase Statements.
|
Copyright © 2014 Wikidata Toolkit Developers. Generated from source code published under the Apache License 2.0. For more information, see the Wikidata Toolkit homepage