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 with ShapesGraph.setConstraintFilter to ignore any constraints outside of SHACL Core.
Author:
Holger Knublauch
  • Constructor Details

    • CoreConstraintFilter

      public CoreConstraintFilter()
  • Method Details