Class CoreConstraintFilter
- java.lang.Object
-
- org.topbraid.shacl.engine.filters.CoreConstraintFilter
-
- All Implemented Interfaces:
Predicate<Constraint>
public class CoreConstraintFilter extends Object implements Predicate<Constraint>
Can be used withShapesGraph.setConstraintFilterto ignore any constraints outside of SHACL Core.- Author:
- Holger Knublauch
-
-
Constructor Summary
Constructors Constructor Description CoreConstraintFilter()
-
-
-
Method Detail
-
test
public boolean test(Constraint constraint)
- Specified by:
testin interfacePredicate<Constraint>
-
-