public class SPARQLRule extends AbstractRule
| Constructor and Description |
|---|
SPARQLRule(org.apache.jena.rdf.model.Resource rule) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(RuleEngine ruleEngine,
List<org.apache.jena.rdf.model.RDFNode> focusNodes,
Shape shape)
Executes this rule, calling
ruleEngine.infer() to add triples. |
org.apache.jena.query.Query |
getQuery() |
String |
toString() |
getContextNode, getLabelStart, getOrder, getResourcepublic void execute(RuleEngine ruleEngine, List<org.apache.jena.rdf.model.RDFNode> focusNodes, Shape shape)
RuleruleEngine.infer() to add triples.ruleEngine - the RuleEngine to operate onfocusNodes - the list of focus nodes for this executionshape - the context shapepublic org.apache.jena.query.Query getQuery()
Copyright © 2019 TopQuadrant, Inc.. All rights reserved.