Package | Description |
---|---|
org.rdfhdt.hdt.dictionary | |
org.rdfhdt.hdt.hdt | |
org.rdfhdt.hdt.header | |
org.rdfhdt.hdt.triples |
Modifier and Type | Method and Description |
---|---|
void |
Dictionary.populateHeader(Header header,
String rootNode)
Fills the header with information from the dictionary
|
Modifier and Type | Method and Description |
---|---|
Header |
HDT.getHeader()
Gets the header of the HDT
|
Modifier and Type | Method and Description |
---|---|
static String |
HeaderUtil.getBaseURI(Header header) |
static String |
HeaderUtil.getProperty(Header header,
String subject,
String predicate) |
static int |
HeaderUtil.getPropertyInt(Header header,
String subject,
String predicate) |
static long |
HeaderUtil.getPropertyLong(Header header,
String subject,
String predicate) |
static String |
HeaderUtil.getSubject(Header header,
String predicate,
String object) |
Modifier and Type | Method and Description |
---|---|
void |
Triples.populateHeader(Header head,
String rootNode)
Populates HDT Header with all information relevant to this Triples under a RDF root node.
|
Copyright © 2020 DataWeb Research. All rights reserved.