public interface Triples extends Closeable
Modifier and Type | Method and Description |
---|---|
long |
getNumberOfElements()
Returns the total number of triples
|
String |
getType()
Returns a unique identifier of this Triples Implementation
|
void |
populateHeader(Header head,
String rootNode)
Populates HDT Header with all information relevant to this Triples under a RDF root node.
|
IteratorTripleID |
search(TripleID pattern)
Iterates over all triples that match the pattern.
|
IteratorTripleID |
searchAll()
Iterates over all triples.
|
long |
size()
Returns the size in bytes of the internal representation
|
IteratorTripleID searchAll()
IteratorTripleID search(TripleID pattern)
pattern
- The pattern to match againstlong getNumberOfElements()
long size()
void populateHeader(Header head, String rootNode)
head
- rootNode
- String getType()
Copyright © 2020 DataWeb Research. All rights reserved.