Package org.topbraid.shacl.validation
Class ClassesCache
- java.lang.Object
-
- org.topbraid.shacl.validation.ClassesCache
-
public class ClassesCache extends Object
An object that is used to cache subclasses of all classes mentioned in sh:class statements, for faster execution of sh:class checking, avoiding repeated traversal of the subClassOf hierarchy.- Author:
- Holger Knublauch
-
-
Constructor Summary
Constructors Constructor Description ClassesCache()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Predicate<org.apache.jena.rdf.model.Resource>getPredicate(org.apache.jena.rdf.model.Resource cls)
-
-
-
Method Detail
-
getPredicate
public Predicate<org.apache.jena.rdf.model.Resource> getPredicate(org.apache.jena.rdf.model.Resource cls)
-
-