Class ExcludeMetaShapesFilter

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

public class ExcludeMetaShapesFilter extends Object implements Predicate<SHShape>
A Predicate that can be used to bypass any shapes that are also constraint components and any shapes from the tosh namespace.
Author:
Holger Knublauch
  • Constructor Details

    • ExcludeMetaShapesFilter

      public ExcludeMetaShapesFilter()
  • Method Details

    • addSystemShapes

      public static void addSystemShapes(org.apache.jena.rdf.model.Resource... shapes)
    • test

      public boolean test(SHShape shape)
      Specified by:
      test in interface Predicate<SHShape>