public interface TempHDT extends Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
String |
getBaseURI() |
TempDictionary |
getDictionary() |
Header |
getHeader() |
TempTriples |
getTriples() |
void |
insert(CharSequence subject,
CharSequence predicate,
CharSequence object) |
boolean |
isOrganized() |
void |
reorganizeDictionary(ProgressListener listener)
This method should be used before reorganizing triples!
It reorganizes the dictionary and updates it's ID's
(usually done just by calling reorganize method of
dictionary)
|
void |
reorganizeTriples(ProgressListener listener)
It sorts the triples and removes duplicates.
|
void insert(CharSequence subject, CharSequence predicate, CharSequence object)
void reorganizeDictionary(ProgressListener listener)
listener - void reorganizeTriples(ProgressListener listener)
listener - boolean isOrganized()
void clear()
TempDictionary getDictionary()
TempTriples getTriples()
Header getHeader()
String getBaseURI()
Copyright © 2018 DataWeb Research. All rights reserved.