public interface 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.graph.Node |
getContextNode() |
Number |
getOrder() |
void execute(RuleEngine ruleEngine, List<org.apache.jena.rdf.model.RDFNode> focusNodes, Shape shape)
ruleEngine.infer() to add triples.ruleEngine - the RuleEngine to operate onfocusNodes - the list of focus nodes for this executionshape - the context shapeorg.apache.jena.graph.Node getContextNode()
Number getOrder()
Copyright © 2019 TopQuadrant, Inc.. All rights reserved.