Package | Description |
---|---|
com.bigdata.rdf.axioms | |
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.rio |
This package provides an integration with the openrdf RIO parser that supports
fast data loads.
|
com.bigdata.rdf.rules | |
com.bigdata.rdf.spo |
This package defines a statement model using long term identifiers rather than
RDF Value objects.
|
com.bigdata.rdf.store |
This package provides several realizations of an RDF database using the bigdata
architecture, including one suitable for temporary data, one suitable for local
processing (single host), and one designed for scale-out on commodity hardware.
|
com.bigdata.service.geospatial |
Modifier and Type | Method and Description |
---|---|
Iterator<SPO> |
Axioms.axioms()
The axioms in {s:p:o} order by their term identifiers.
|
Iterator<SPO> |
BaseAxioms.axioms() |
Modifier and Type | Method and Description |
---|---|
SPO |
Justification.getHead()
Returns the head as an
SPO . |
SPO[] |
Justification.getTail()
Returns the tail as an
SPO []. |
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. |
static boolean |
Justification.isGrounded(InferenceEngine inf,
TempTripleStore focusStore,
AbstractTripleStore db,
SPO head,
boolean testHead,
boolean testFocusStore)
Return true iff a grounded justification chain exists for the statement.
|
Modifier and Type | Method and Description |
---|---|
void |
StatementBuffer.IWrittenSPOArray.didWriteSPOs(SPO[] stmts,
int numStmts)
A callback that is invoked with the statements actually written onto the
backing store.
|
Modifier and Type | Method and Description |
---|---|
SPO[] |
TestTruthMaintenance.selectRandomExplicitStatements(AbstractTripleStore db,
int N)
Select N explicit statements from the graph at random.
|
Modifier and Type | Method and Description |
---|---|
SPO |
SPOKeyOrder.decodeKey(byte[] key)
Decode the key into an
SPO . |
SPO |
SPOKeyOrder.decodeKey(byte[] key,
int offset)
Decode the key into an
SPO . |
SPO |
SPOTupleSerializer.deserialize(ITuple tuple) |
SPO |
SPOTupleSerializer.deserializeKey(ITuple tuple) |
protected SPO[] |
TestSPOKeyCoders.getData(int n)
Return an array of
SPO s. |
protected SPO[] |
TestSPOValueCoders.getData(int n,
boolean SIDs,
boolean inference)
Return an array of
SPO s. |
SPO |
SPORelation.newElement(List<BOp> a,
IBindingSet bindingSet) |
Modifier and Type | Method and Description |
---|---|
boolean |
ISPOAssertionBuffer.add(SPO stmt,
Justification justification)
|
protected void |
TestSPOKeyOrder.assertSPOCEquals(SPO e,
SPO a) |
protected void |
TestSPOTupleSerializer.doEncodeDecodeTest(SPO expected,
SPOKeyOrder keyOrder) |
protected void |
TestSPOKeyCoders.doRoundTripTest(SPO[] a,
IRabaCoder rabaCoder)
Do a round-trip test test.
|
protected void |
TestSPOValueCoders.doRoundTripTest(SPO[] a,
IRabaCoder rabaCoder,
boolean sids)
Do a round-trip test test.
|
byte[] |
SPOTupleSerializer.serializeVal(SPO spo)
Encodes the
StatementEnum and the optional statement identifier. |
Modifier and Type | Method and Description |
---|---|
protected void |
DistinctTermAdvancer.advance(ITuple<SPO> tuple) |
protected void |
DistinctMultiTermAdvancer.advance(ITuple<SPO> tuple) |
protected void |
ContextAdvancer.advance(ITuple<SPO> tuple) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractTestCase.assertEquals(SPO[] expected,
SPO[] actual) |
void |
AbstractTestCase.assertEquals(SPO[] expected,
SPO[] actual) |
void |
AbstractTestCase.assertEquals(SPO expected,
SPO actual) |
void |
AbstractTestCase.assertEquals(String msg,
SPO[] expected,
SPO[] actual) |
void |
AbstractTestCase.assertEquals(String msg,
SPO[] expected,
SPO[] actual) |
void |
AbstractTestCase.assertEquals(String msg,
SPO expected,
SPO actual) |
IChunkedOrderedIterator<ISPO> |
AbstractTripleStore.bulkCompleteStatements(SPO[] stmts,
int numStmts) |
Modifier and Type | Method and Description |
---|---|
protected void |
ZOrderIndexBigMinAdvancer.advance(ITuple<SPO> tuple) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.