Uses of Interface
org.topbraid.shacl.model.SHNodeShape
Packages that use SHNodeShape
-
Uses of SHNodeShape in org.topbraid.shacl.model
Methods in org.topbraid.shacl.model that return SHNodeShapeModifier and TypeMethodDescriptionstatic SHNodeShapeSHFactory.asNodeShape(org.apache.jena.rdf.model.RDFNode node) -
Uses of SHNodeShape in org.topbraid.shacl.model.impl
Classes in org.topbraid.shacl.model.impl that implement SHNodeShape -
Uses of SHNodeShape in org.topbraid.shacl.util
Methods in org.topbraid.shacl.util that return types with arguments of type SHNodeShapeModifier and TypeMethodDescriptionstatic List<SHNodeShape>SHACLUtil.getAllShapesAtClassOrShape(org.apache.jena.rdf.model.Resource clsOrShape) Gets all sh:Shapes that have a given class in their target, including ConstraintComponents and the class or shape itself if it is marked as sh:Shape.static List<SHNodeShape>SHACLUtil.getAllShapesAtNode(org.apache.jena.rdf.model.RDFNode node) Gets all shapes associated with a given focus node.static List<SHNodeShape>SHACLUtil.getAllShapesAtNode(org.apache.jena.rdf.model.RDFNode node, Iterable<org.apache.jena.rdf.model.Resource> types) static Collection<SHNodeShape>SHACLUtil.getDirectShapesAtClassOrShape(org.apache.jena.rdf.model.Resource clsOrShape) Gets the directly associated sh:Shapes that have a given class in their target, including ConstraintComponents and the class or shape itself if it is marked as sh:Shape.