|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SPINExplanations | |
|---|---|
| org.topbraid.spin.inference | Support for inferencing using spin:rule and spin:constructor. |
| Uses of SPINExplanations in org.topbraid.spin.inference |
|---|
| Methods in org.topbraid.spin.inference with parameters of type SPINExplanations | |
|---|---|
static int |
SPINInferences.run(Model queryModel,
Model newTriples,
java.util.Map<Resource,java.util.List<QueryWrapper>> class2Query,
java.util.Map<QueryWrapper,java.util.Map<java.lang.String,RDFNode>> templateBindings,
SPINExplanations explanations,
java.util.List<SPINStatistics> statistics,
boolean singlePass,
ProgressMonitor monitor)
Iterates over a provided collection of SPIN rules and adds all constructed triples to a given Model (newTriples) until no further changes have been made within one iteration. |
static int |
SPINInferences.run(Model queryModel,
Model newTriples,
SPINExplanations explanations,
java.util.List<SPINStatistics> statistics,
boolean singlePass,
ProgressMonitor monitor)
Iterates over all SPIN rules in a (query) Model and adds all constructed triples to a given Model (newTriples) until no further changes have been made within one iteration. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||