Package | Description |
---|---|
org.rdfhdt.hdt.dictionary | |
org.rdfhdt.hdt.hdt | |
org.rdfhdt.hdt.rdf | |
org.rdfhdt.hdt.triples |
Modifier and Type | Method and Description |
---|---|
static TripleString |
DictionaryUtil.tripleIDtoTripleString(Dictionary dict,
TripleID tripleID)
Converts a TripleID to a TripleString using a dictionary.
|
Modifier and Type | Method and Description |
---|---|
static TripleID |
DictionaryUtil.tripleStringtoTripleID(Dictionary dict,
TripleString tripleString)
Converts a TripleString to a TripleID using a dictionary.
|
Modifier and Type | Method and Description |
---|---|
protected abstract HDT |
HDTManager.doGenerateHDT(Iterator<TripleString> iterator,
String baseURI,
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.
|
Modifier and Type | Method and Description |
---|---|
void |
TripleWriter.addTriple(TripleString str) |
void |
RDFParserCallback.RDFCallback.processTriple(TripleString triple,
long pos) |
Modifier and Type | Method and Description |
---|---|
boolean |
TripleString.equals(TripleString other) |
boolean |
TripleString.match(TripleString pattern)
Check whether this triple matches a pattern.
|
Constructor and Description |
---|
TripleString(TripleString other)
Copy constructor
|
Copyright © 2020 DataWeb Research. All rights reserved.