|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Program | |
|---|---|
| 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 Program in com.bigdata.rdf.rules |
|---|
| Subclasses of Program in com.bigdata.rdf.rules | |
|---|---|
class |
MappedProgram
Program automatically maps the rules added across the combination of the database (the relation named on the rule) and the focusStore. |
| Methods in com.bigdata.rdf.rules that return Program | |
|---|---|
Program |
TMUtility.mapForTruthMaintenance(IStep step,
String focusStore)
|
Program |
TMUtility.mapProgramForTruthMaintenance(IProgram program,
String focusStore)
Map a IProgram for truth maintenance. |
Program |
TMUtility.mapRuleForTruthMaintenance(IRule rule,
String focusStore)
Truth maintenance for RDF needs to compute the entailments as if the statements in a temporary triple store (known as the focusStore) were already part of the database (for insert) or as if they had already been removed (for delete). |
| Uses of Program in com.bigdata.rdf.store |
|---|
| Methods in com.bigdata.rdf.store that return Program | |
|---|---|
protected Program |
AbstractTripleStore.getMatchProgram(Literal[] lits,
IConstant<IV>[] _preds,
IV _cls)
Generate a program from the possible completions of the literals. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||