Uses of Class
org.topbraid.shacl.rules.RuleEngine
Packages that use RuleEngine
-
Uses of RuleEngine in org.topbraid.shacl.rules
Methods in org.topbraid.shacl.rules with parameters of type RuleEngineModifier and TypeMethodDescriptionvoidRule.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)