| Package | Description |
|---|---|
| org.topbraid.spin.inference |
Support for inferencing using spin:rule and spin:constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSPINRuleComparator
A SPINRuleComparator using the spin:nextRuleProperty property.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
SPINInferences.run(org.apache.jena.rdf.model.Model queryModel,
org.apache.jena.rdf.model.Model newTriples,
Map<org.apache.jena.rdf.model.Resource,List<CommandWrapper>> class2Query,
Map<org.apache.jena.rdf.model.Resource,List<CommandWrapper>> class2Constructor,
SPINExplanations explanations,
List<SPINStatistics> statistics,
boolean singlePass,
org.apache.jena.rdf.model.Property rulePredicate,
SPINRuleComparator comparator,
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.
|
Copyright © 2017 TopQuadrant, Inc.. All rights reserved.