| Package | Description |
|---|---|
| org.rdfhdt.hdt.dictionary | |
| org.rdfhdt.hdt.triples |
| 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 |
|---|---|
static TripleString |
DictionaryUtil.tripleIDtoTripleString(Dictionary dict,
TripleID tripleID)
Converts a TripleID to a TripleString using a dictionary.
|
| Modifier and Type | Method and Description |
|---|---|
TripleID |
IteratorTripleID.previous()
Get the previous element.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TripleID.assign(TripleID replacement) |
int |
TripleID.compareTo(TripleID other)
Compare TripleID to another one using SPO Order.
|
boolean |
TripleID.equals(TripleID other) |
boolean |
TripleID.match(TripleID pattern)
Check whether this triple matches a pattern of TripleID.
|
IteratorTripleID |
Triples.search(TripleID pattern)
Iterates over all triples that match the pattern.
|
| Constructor and Description |
|---|
TripleID(TripleID other)
Build a TripleID as a copy of another one.
|
Copyright © 2020 DataWeb Research. All rights reserved.