Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
Jena 2.12.1
Description
Allow the creation of custom Builtin which its notified on a remove.
We have created an interface: ReversibleBuiltIn
com.hp.hpl.jena.reasoner.rulesys.ReversibleBuiltIn
package com.hp.hpl.jena.reasoner.rulesys; import com.hp.hpl.jena.graph.Node; public interface ReversibleBuiltIn extends Builtin { public void reverseHeadAction(Node[] args, int length, RuleContext context); }
reverseHeadAction is invoked by the RETEConflictSe::execute