Package | Description |
---|---|
org.rdfhdt.hdt.enums | |
org.rdfhdt.hdt.hdt | |
org.rdfhdt.hdt.rdf |
Modifier and Type | Method and Description |
---|---|
static RDFNotation |
RDFNotation.guess(File fileName) |
static RDFNotation |
RDFNotation.guess(String fileName) |
static RDFNotation |
RDFNotation.parse(String str) |
static RDFNotation |
RDFNotation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RDFNotation[] |
RDFNotation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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(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) |
Copyright © 2020 DataWeb Research. All rights reserved.