Uses of Interface
org.topbraid.shacl.model.SHNodeShape
-
Packages that use SHNodeShape Package Description org.topbraid.shacl.model org.topbraid.shacl.model.impl org.topbraid.shacl.util -
-
Uses of SHNodeShape in org.topbraid.shacl.model
Methods in org.topbraid.shacl.model that return SHNodeShape Modifier and Type Method Description static 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 Modifier and Type Class Description classSHNodeShapeImpl -
Uses of SHNodeShape in org.topbraid.shacl.util
Methods in org.topbraid.shacl.util that return types with arguments of type SHNodeShape Modifier and Type Method Description static 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.
-