| Package | Description |
|---|---|
| org.topbraid.shacl.model | |
| org.topbraid.shacl.model.impl | |
| org.topbraid.shacl.util |
| Modifier and Type | Method and Description |
|---|---|
static SHNodeShape |
SHFactory.asNodeShape(org.apache.jena.rdf.model.RDFNode node) |
| Modifier and Type | Class and Description |
|---|---|
class |
SHNodeShapeImpl |
| Modifier and Type | Method and 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.
|
Copyright © 2017 TopQuadrant, Inc.. All rights reserved.