Package org.topbraid.shacl.validation
Class ConstraintExecutors
java.lang.Object
org.topbraid.shacl.validation.ConstraintExecutors
Singleton managing the available ValidationLanguage instances.
- Author:
- Holger Knublauch
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddLanguage(ValidationLanguage language) voidaddSpecialExecutor(org.apache.jena.rdf.model.Resource constraintComponent, Function<Constraint, ConstraintExecutor> executor) static ConstraintExecutorsget()getExecutor(Constraint constraint) voidremoveSpecialExecutor(org.apache.jena.rdf.model.Resource constraintComponent)
-
Constructor Details
-
ConstraintExecutors
public ConstraintExecutors()
-
-
Method Details
-
get
-
addLanguage
-
addSpecialExecutor
public void addSpecialExecutor(org.apache.jena.rdf.model.Resource constraintComponent, Function<Constraint, ConstraintExecutor> executor) -
getExecutor
-
removeSpecialExecutor
public void removeSpecialExecutor(org.apache.jena.rdf.model.Resource constraintComponent)
-