Uses of Interface
org.topbraid.shacl.model.SHShape
-
Packages that use SHShape Package Description org.topbraid.shacl.engine org.topbraid.shacl.engine.filters org.topbraid.shacl.model org.topbraid.shacl.model.impl -
-
Uses of SHShape in org.topbraid.shacl.engine
Methods in org.topbraid.shacl.engine that return SHShape Modifier and Type Method Description SHShapeConstraint. getShapeResource()SHShapeShape. getShapeResource()Method parameters in org.topbraid.shacl.engine with type arguments of type SHShape Modifier and Type Method Description voidShapesGraph. setShapeFilter(Predicate<SHShape> value)Sets a filter Predicate that can be used to ignore certain shapes.Constructors in org.topbraid.shacl.engine with parameters of type SHShape Constructor Description Shape(ShapesGraph shapesGraph, SHShape shape)Constructs a new Shape in a given ShapesGraph. -
Uses of SHShape in org.topbraid.shacl.engine.filters
Methods in org.topbraid.shacl.engine.filters with parameters of type SHShape Modifier and Type Method Description booleanExcludeMetaShapesFilter. test(SHShape shape)booleanMinSeverityShapeFilter. test(SHShape shape) -
Uses of SHShape in org.topbraid.shacl.model
Subinterfaces of SHShape in org.topbraid.shacl.model Modifier and Type Interface Description interfaceSHNodeShapeinterfaceSHParameterinterfaceSHPropertyShapeMethods in org.topbraid.shacl.model that return SHShape Modifier and Type Method Description static SHShapeSHFactory. asShape(org.apache.jena.rdf.model.RDFNode node) -
Uses of SHShape in org.topbraid.shacl.model.impl
Classes in org.topbraid.shacl.model.impl that implement SHShape Modifier and Type Class Description classSHNodeShapeImplclassSHParameterImplclassSHPropertyShapeImplclassSHShapeImpl
-