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.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.
|
Modifier and Type | Field and Description |
---|---|
protected InferenceEngine |
TruthMaintenance.inferenceEngine
The object used to compute entailments for that database.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
Justification.isGrounded(InferenceEngine inf,
TempTripleStore focusStore,
AbstractTripleStore db,
ISPO head,
boolean testHead,
boolean testFocusStore,
Justification.VisitedSPOSet visited) |
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.
|
Constructor and Description |
---|
TruthMaintenance(InferenceEngine inferenceEngine) |
Modifier and Type | Method and Description |
---|---|
void |
TestTruthMaintenance.doStressTest(TempTripleStore tmp,
InferenceEngine inf,
int ntrials,
int D,
int N)
A stress test for truth maintenance using an arbitrary data set.
|
Modifier and Type | Method and Description |
---|---|
InferenceEngine |
ITripleStore.getInferenceEngine()
Return an
InferenceEngine singleton configured using the
properties that were used to configure the database. |
InferenceEngine |
AbstractTripleStore.getInferenceEngine() |
InferenceEngine |
DataLoader.getInferenceEngine()
The object used to compute entailments for the database.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.