Uses of Class
org.topbraid.shacl.rules.RuleEngine
-
Packages that use RuleEngine Package Description org.topbraid.shacl.rules -
-
Uses of RuleEngine in org.topbraid.shacl.rules
Methods in org.topbraid.shacl.rules with parameters of type RuleEngine Modifier and Type Method Description voidRule. execute(RuleEngine ruleEngine, List<org.apache.jena.rdf.model.RDFNode> focusNodes, Shape shape)Executes this rule, callingruleEngine.infer()to add triples.voidSPARQLRule. execute(RuleEngine ruleEngine, List<org.apache.jena.rdf.model.RDFNode> focusNodes, Shape shape)
-