Uses of Interface
org.wikidata.wdtk.datamodel.interfaces.EntityDocumentDumpProcessor
Packages that use EntityDocumentDumpProcessor
Package
Description
Package for mostly static helper code to work with data objects.
Components for downloading and processing Wikibase dump files.
Serializer for RDF
-
Uses of EntityDocumentDumpProcessor in org.wikidata.wdtk.datamodel.helpers
Classes in org.wikidata.wdtk.datamodel.helpers that implement EntityDocumentDumpProcessorModifier and TypeClassDescriptionclass
This class implementsEntityDocumentDumpProcessor
to provide a serializer forEntityDocument
objects in JSON. -
Uses of EntityDocumentDumpProcessor in org.wikidata.wdtk.dumpfiles
Classes in org.wikidata.wdtk.dumpfiles that implement EntityDocumentDumpProcessorModifier and TypeClassDescriptionclass
SimpleEntityDocumentProcessor
for basic counting and time keeping. -
Uses of EntityDocumentDumpProcessor in org.wikidata.wdtk.rdf
Classes in org.wikidata.wdtk.rdf that implement EntityDocumentDumpProcessorModifier and TypeClassDescriptionclass
This class implementsEntityDocumentDumpProcessor
to provide a RDF serializer to render RDF graphs ofEntityDocument
objects.