Package | Description |
---|---|
org.rdfhdt.hdt.hdt | |
org.rdfhdt.hdt.rdf | |
org.rdfhdt.hdt.triples |
Modifier and Type | Method and Description |
---|---|
protected abstract HDT |
HDTManager.doGenerateHDT(String rdfFileName,
String baseURI,
RDFNotation rdfNotation,
HDTOptions hdtFormat,
ProgressListener listener) |
static HDT |
HDTManager.generateHDT(Iterator<TripleString> iterator,
String baseURI,
HDTOptions hdtFormat,
ProgressListener listener)
Create an HDT file from an RDF file.
|
static HDT |
HDTManager.generateHDT(String rdfFileName,
String baseURI,
RDFNotation rdfNotation,
HDTOptions hdtFormat,
ProgressListener listener)
Create an HDT file from an RDF file.
|
Modifier and Type | Method and Description |
---|---|
void |
RDFParserCallback.doParse(InputStream in,
String baseUri,
RDFNotation notation,
RDFParserCallback.RDFCallback callback) |
void |
RDFParserCallback.doParse(String fileName,
String baseUri,
RDFNotation notation,
RDFParserCallback.RDFCallback callback) |
Modifier and Type | Method and Description |
---|---|
void |
TripleString.read(String line)
Read from a line, where each component is separated by space.
|
Copyright © 2020 DataWeb Research. All rights reserved.