Method parameters in org.topbraid.spin.inference with type arguments of type QueryWrapper |
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,
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. |
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,
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. |
Method parameters in org.topbraid.spin.util with type arguments of type QueryWrapper |
static void |
SPINQueryFinder.add(java.util.Map<Resource,java.util.List<QueryWrapper>> class2Query,
Statement s,
Model model,
boolean withClass,
java.util.Map<QueryWrapper,java.util.Map<java.lang.String,RDFNode>> initialTemplateBindings,
boolean allowAsk)
|
static void |
SPINQueryFinder.add(java.util.Map<Resource,java.util.List<QueryWrapper>> class2Query,
Statement s,
Model model,
boolean withClass,
java.util.Map<QueryWrapper,java.util.Map<java.lang.String,RDFNode>> initialTemplateBindings,
boolean allowAsk)
|
static java.util.Map<Resource,java.util.List<QueryWrapper>> |
SPINQueryFinder.getClass2QueryMap(Model model,
Model queryModel,
Property predicate,
boolean withClass,
java.util.Map<QueryWrapper,java.util.Map<java.lang.String,RDFNode>> initialTemplateBindings,
boolean allowAsk)
Gets a Map of QueryWrappers with their associated classes. |