Uses of Interface
org.topbraid.shacl.model.SHPropertyShape
-
Packages that use SHPropertyShape Package Description org.topbraid.shacl.model org.topbraid.shacl.model.impl org.topbraid.shacl.util -
-
Uses of SHPropertyShape in org.topbraid.shacl.model
Subinterfaces of SHPropertyShape in org.topbraid.shacl.model Modifier and Type Interface Description interfaceSHParameterMethods in org.topbraid.shacl.model that return SHPropertyShape Modifier and Type Method Description static SHPropertyShapeSHFactory. asPropertyShape(org.apache.jena.rdf.model.RDFNode node)Methods in org.topbraid.shacl.model that return types with arguments of type SHPropertyShape Modifier and Type Method Description List<SHPropertyShape>SHShape. getPropertyShapes()Gets all property shapes declared for this shape using either sh:parameter or sh:property.List<SHPropertyShape>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 SHPropertyShape Modifier and Type Class Description classSHParameterImplclassSHPropertyShapeImplMethods in org.topbraid.shacl.model.impl that return types with arguments of type SHPropertyShape Modifier and Type Method Description List<SHPropertyShape>SHShapeImpl. getPropertyShapes()List<SHPropertyShape>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 SHPropertyShape Modifier and Type Method Description static 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)
-