Package org.topbraid.shacl.util
Class RecursionGuard
java.lang.Object
org.topbraid.shacl.util.RecursionGuard
A ThreadLocal structure to prevent infinite loops of tosh:hasShape calls etc.
- Author:
- Holger Knublauch
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RecursionGuard
public RecursionGuard()
-
-
Method Details
-
start
public static boolean start(org.apache.jena.graph.Node focusNode, org.apache.jena.graph.Node shape) -
end
public static void end(org.apache.jena.graph.Node focusNode, org.apache.jena.graph.Node shape)
-