| Package | Description |
|---|---|
| org.rdfhdt.hdt.dictionary | |
| org.rdfhdt.hdt.dictionary.impl | |
| org.rdfhdt.hdt.hdt | |
| org.rdfhdt.hdt.hdt.impl | |
| org.rdfhdt.hdt.triples | |
| org.rdfhdt.hdt.triples.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
TempDictionary.reorganize(TempTriples triples)
Reorganizes the dictionary (Extract shared SO, sort sections)
and updates the IDs of the triples (used for one-pass way of work).
|
| Modifier and Type | Method and Description |
|---|---|
void |
HashDictionary.reorganize(TempTriples triples) |
void |
BaseTempDictionary.reorganize(TempTriples triples)
This method is used in the one-pass way of working in which case it
should not be used with a disk-backed dictionary because remapping
requires practically a copy of the dictionary which is very bad...
|
void |
PSFCTempDictionary.reorganize(TempTriples triples) |
| Modifier and Type | Method and Description |
|---|---|
TempTriples |
TempHDT.getTriples() |
| Modifier and Type | Field and Description |
|---|---|
protected TempTriples |
TempHDTImpl.triples |
| Modifier and Type | Method and Description |
|---|---|
TempTriples |
TempHDTImpl.getTriples() |
| Modifier and Type | Method and Description |
|---|---|
static TempTriples |
TriplesFactory.createTempTriples(HDTOptions spec)
Creates a new TempTriples (writable triples structure)
|
| Modifier and Type | Method and Description |
|---|---|
void |
TriplesPrivate.load(TempTriples input,
ProgressListener listener)
Loads triples from another Triples Structure
|
| Modifier and Type | Class and Description |
|---|---|
class |
TriplesList
Implementation of TempTriples using a List of TripleID.
|
class |
TriplesListLong
Implementation of TempTriples using a List of TripleID.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TriplesList.load(TempTriples input,
ProgressListener listener) |
void |
BitmapTriples.load(TempTriples triples,
ProgressListener listener) |
void |
TriplesListLong.load(TempTriples input,
ProgressListener listener) |
Copyright © 2018 DataWeb Research. All rights reserved.