Package | Description |
---|---|
com.bigdata.rdf.inf |
This package provides an eager closure inference engine for most of the RDF and
RDFS entailments and can be used to realize entailments for owl:sameAs, owl:equivilentClass,
and owl:equivilentProperty.
|
com.bigdata.rdf.rules | |
com.bigdata.rdf.spo |
This package defines a statement model using long term identifiers rather than
RDF Value objects.
|
Modifier and Type | Method and Description |
---|---|
Justification |
JustificationIterator.next()
Deprecated.
|
Justification |
FullyBufferedJustificationIterator.next() |
Justification[] |
JustificationIterator.nextChunk()
Deprecated.
Returns a chunk whose size is the #of statements currently in the buffer.
|
Justification[] |
FullyBufferedJustificationIterator.nextChunk() |
Modifier and Type | Method and Description |
---|---|
boolean |
SPOAssertionBuffer.add(SPO stmt,
Justification justification)
Deprecated.
When the buffer is
SPOAssertionBuffer.nearCapacity() the statements in the buffer
will be flushed into the backing focusStore. |
int |
Justification.compareTo(Justification o)
Places the justifications into an ordering that clusters them based on
the entailment is being justified.
|
boolean |
Justification.equals(Justification o) |
static byte[] |
Justification.getKey(IKeyBuilder keyBuilder,
Justification jst)
Serialize a justification as an index key.
|
Modifier and Type | Method and Description |
---|---|
protected void |
TestJustifications.assertEquals(Justification expected,
Justification actual) |
Modifier and Type | Method and Description |
---|---|
Justification |
JustificationTupleSerializer.deserialize(ITuple tuple) |
Justification |
JustificationTupleSerializer.deserializeKey(ITuple tuple) |
Modifier and Type | Method and Description |
---|---|
boolean |
ISPOAssertionBuffer.add(SPO stmt,
Justification justification)
|
byte[] |
JustificationTupleSerializer.serializeVal(Justification jst)
There is no value for the justifications index.
|
Modifier and Type | Method and Description |
---|---|
long |
SPORelation.addJustifications(IChunkedIterator<Justification> itr)
Adds justifications to the store.
|
Constructor and Description |
---|
JustificationWriter(AbstractTripleStore dst,
IChunkedIterator<Justification> src,
AtomicLong nwritten) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.