Class SPARQLComponentExecutor
java.lang.Object
org.topbraid.shacl.validation.sparql.AbstractSPARQLExecutor
org.topbraid.shacl.validation.sparql.SPARQLComponentExecutor
- All Implemented Interfaces:
ConstraintExecutor
Validator for user-defined SPARQL constraint components.
- Author:
- Holger Knublauch
-
Field Summary
Fields inherited from class org.topbraid.shacl.validation.sparql.AbstractSPARQLExecutor
createSuccessResults -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddBindings(Constraint constraint, org.apache.jena.query.QuerySolutionMap bindings) protected StringgetLabel(Constraint constraint) protected StringgetSPARQL(Constraint constraint) protected org.apache.jena.rdf.model.ResourcegetSPARQLExecutable(Constraint constraint) Methods inherited from class org.topbraid.shacl.validation.sparql.AbstractSPARQLExecutor
addDetails, executeConstraint, getQuery
-
Constructor Details
-
SPARQLComponentExecutor
-
-
Method Details
-
addBindings
- Specified by:
addBindingsin classAbstractSPARQLExecutor
-
getLabel
- Specified by:
getLabelin classAbstractSPARQLExecutor
-
getSPARQL
- Specified by:
getSPARQLin classAbstractSPARQLExecutor
-
getSPARQLExecutable
- Specified by:
getSPARQLExecutablein classAbstractSPARQLExecutor
-