Uses of Interface
org.topbraid.shacl.validation.ConstraintExecutor
Packages that use ConstraintExecutor
Package
Description
-
Uses of ConstraintExecutor in org.topbraid.shacl.engine
Methods in org.topbraid.shacl.engine that return ConstraintExecutor -
Uses of ConstraintExecutor in org.topbraid.shacl.validation
Classes in org.topbraid.shacl.validation that implement ConstraintExecutorModifier and TypeClassDescriptionclassclassValidator for sh:expression constraints, see https://w3c.github.io/shacl/shacl-af/#ExpressionConstraintComponentMethods in org.topbraid.shacl.validation that return ConstraintExecutorModifier and TypeMethodDescriptionValidationLanguage.createExecutor(Constraint constraint) ConstraintExecutors.getExecutor(Constraint constraint) Method parameters in org.topbraid.shacl.validation with type arguments of type ConstraintExecutorModifier and TypeMethodDescriptionvoidConstraintExecutors.addSpecialExecutor(org.apache.jena.rdf.model.Resource constraintComponent, Function<Constraint, ConstraintExecutor> executor) -
Uses of ConstraintExecutor in org.topbraid.shacl.validation.java
Classes in org.topbraid.shacl.validation.java that implement ConstraintExecutorModifier and TypeClassDescriptionclassValidator for sh:datatype constraints. -
Uses of ConstraintExecutor in org.topbraid.shacl.validation.sparql
Classes in org.topbraid.shacl.validation.sparql that implement ConstraintExecutorModifier and TypeClassDescriptionclassclassValidator for user-defined SPARQL constraint components.classValidator for sh:sparql constraints.Methods in org.topbraid.shacl.validation.sparql that return ConstraintExecutor