- All Implemented Interfaces:
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 Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
MinSeverityShapeFilter
public MinSeverityShapeFilter(org.apache.jena.rdf.model.Resource minSeverity)
-