|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ClosureStats | |
|---|---|
| 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.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. |
| Uses of ClosureStats in com.bigdata.rdf.inf |
|---|
| Methods in com.bigdata.rdf.inf that return ClosureStats | |
|---|---|
ClosureStats |
TruthMaintenance.assertAll(TempTripleStore tempStore)
Perform truth maintenance for statement assertion. |
ClosureStats |
TruthMaintenance.assertAll(TempTripleStore tempStore,
IChangeLog changeLog)
Perform truth maintenance for statement assertion. |
ClosureStats |
TruthMaintenance.retractAll(TempTripleStore tempStore)
Perform truth maintenance for statement retraction. |
ClosureStats |
TruthMaintenance.retractAll(TempTripleStore tempStore,
IChangeLog changeLog)
Perform truth maintenance for statement retraction. |
| Methods in com.bigdata.rdf.inf with parameters of type ClosureStats | |
|---|---|
void |
ClosureStats.add(ClosureStats o)
|
| Uses of ClosureStats in com.bigdata.rdf.rio |
|---|
| Fields in com.bigdata.rdf.rio declared as ClosureStats | |
|---|---|
ClosureStats |
LoadStats.closureStats
Used iff the closure is computed as the data are loaded. |
| Uses of ClosureStats in com.bigdata.rdf.rules |
|---|
| Methods in com.bigdata.rdf.rules that return ClosureStats | |
|---|---|
ClosureStats |
InferenceEngine.computeClosure(AbstractTripleStore focusStore)
Compute the forward closure of a focusStore against the database using the algorithm selected by AbstractTripleStore.Options#CLOSURE_CLASS. |
ClosureStats |
InferenceEngine.computeClosure(AbstractTripleStore focusStore,
boolean justify)
This variant allows you to explicitly NOT generate Justifications
for the computed entailments. |
| Uses of ClosureStats in com.bigdata.rdf.store |
|---|
| Methods in com.bigdata.rdf.store that return ClosureStats | |
|---|---|
ClosureStats |
DataLoader.doClosure()
Compute closure as configured. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||