Class MinSeverityShapeFilter

java.lang.Object
org.topbraid.shacl.engine.filters.MinSeverityShapeFilter
All Implemented Interfaces:
Predicate<SHShape>

public class MinSeverityShapeFilter extends Object implements Predicate<SHShape>
A Predicate that can be used to bypass any shapes that have less than a minimum severity, in the order of sh:Violation, sh:Warning and any other.
Author:
Holger Knublauch
  • Constructor Details

    • MinSeverityShapeFilter

      public MinSeverityShapeFilter(org.apache.jena.rdf.model.Resource minSeverity)
  • Method Details