| Package | Description |
|---|---|
| org.topbraid.shacl.model | |
| org.topbraid.shacl.model.impl | |
| org.topbraid.shacl.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SHParameter |
| Modifier and Type | Method and Description |
|---|---|
static SHPropertyShape |
SHFactory.asPropertyShape(org.apache.jena.rdf.model.RDFNode node) |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SHParameterImpl |
class |
SHPropertyShapeImpl |
| Modifier and Type | Method and Description |
|---|---|
List<SHPropertyShape> |
SHShapeImpl.getPropertyShapes() |
List<SHPropertyShape> |
SHShapeImpl.getPropertyShapes(org.apache.jena.rdf.model.RDFNode predicate) |
| Modifier and Type | Method and Description |
|---|---|
static SHPropertyShape |
SHACLUtil.getPropertyConstraintAtClass(org.apache.jena.rdf.model.Resource cls,
org.apache.jena.rdf.model.Property predicate) |
static SHPropertyShape |
SHACLUtil.getPropertyConstraintAtInstance(org.apache.jena.rdf.model.Resource instance,
org.apache.jena.rdf.model.Property predicate) |
Copyright © 2017 TopQuadrant, Inc.. All rights reserved.