| Package | Description |
|---|---|
| org.topbraid.shacl.engine | |
| org.topbraid.shacl.model | |
| org.topbraid.shacl.model.impl | |
| org.topbraid.shacl.util |
| Constructor and Description |
|---|
Constraint(Shape shape,
SHConstraintComponent component,
List<SHParameter> params,
org.apache.jena.rdf.model.RDFNode parameterValue) |
| Modifier and Type | Method and Description |
|---|---|
static SHParameter |
SHFactory.asParameter(org.apache.jena.rdf.model.RDFNode resource) |
| Modifier and Type | Method and Description |
|---|---|
List<SHParameter> |
SHParameterizable.getOrderedParameters()
Gets an ordered List of all declared SHParameters, based on
sh:order values (if one of them exists), then the local names of the path predicates.
|
List<SHParameter> |
SHParameterizable.getParameters()
Gets an unordered List of all declared Parameters.
|
Map<String,SHParameter> |
SHParameterizable.getParametersMap()
Gets a Map of variable names to Parameters.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SHParameterImpl |
| Modifier and Type | Method and Description |
|---|---|
List<SHParameter> |
SHParameterizableImpl.getOrderedParameters() |
List<SHParameter> |
SHParameterizableImpl.getParameters() |
Map<String,SHParameter> |
SHParameterizableImpl.getParametersMap() |
| Modifier and Type | Method and Description |
|---|---|
static SHParameter |
SHACLUtil.getParameterAtClass(org.apache.jena.rdf.model.Resource cls,
org.apache.jena.rdf.model.Property predicate) |
static SHParameter |
SHACLUtil.getParameterAtInstance(org.apache.jena.rdf.model.Resource instance,
org.apache.jena.rdf.model.Property predicate) |
Copyright © 2019 TopQuadrant, Inc.. All rights reserved.