Uses of Interface
org.topbraid.shacl.model.SHPropertyShape
Packages that use SHPropertyShape
-
Uses of SHPropertyShape in org.topbraid.shacl.model
Subinterfaces of SHPropertyShape in org.topbraid.shacl.modelMethods in org.topbraid.shacl.model that return SHPropertyShapeModifier and TypeMethodDescriptionstatic SHPropertyShapeSHFactory.asPropertyShape(org.apache.jena.rdf.model.RDFNode node) Methods in org.topbraid.shacl.model that return types with arguments of type SHPropertyShapeModifier and TypeMethodDescriptionSHShape.getPropertyShapes()Gets all property shapes declared for this shape using either sh:parameter or sh:property.SHShape.getPropertyShapes(org.apache.jena.rdf.model.RDFNode predicate) Gets all property shapes declared for this shape using either sh:parameter or sh:property that are about a given predicate. -
Uses of SHPropertyShape in org.topbraid.shacl.model.impl
Classes in org.topbraid.shacl.model.impl that implement SHPropertyShapeMethods in org.topbraid.shacl.model.impl that return types with arguments of type SHPropertyShapeModifier and TypeMethodDescriptionSHShapeImpl.getPropertyShapes()SHShapeImpl.getPropertyShapes(org.apache.jena.rdf.model.RDFNode predicate) -
Uses of SHPropertyShape in org.topbraid.shacl.util
Methods in org.topbraid.shacl.util that return SHPropertyShapeModifier and TypeMethodDescriptionstatic SHPropertyShapeSHACLUtil.getPropertyConstraintAtClass(org.apache.jena.rdf.model.Resource cls, org.apache.jena.rdf.model.Property predicate) static SHPropertyShapeSHACLUtil.getPropertyConstraintAtInstance(org.apache.jena.rdf.model.Resource instance, org.apache.jena.rdf.model.Property predicate)