Package org.topbraid.shacl.validation
Interface ValidationLanguage
- All Known Implementing Classes:
SPARQLValidationLanguage
public interface ValidationLanguage
Shared interface for SHACL-SPARQL and SHACL-JS validation, or potential other languages.
Managed and accessed via ValidationLanguages singleton.
- Author:
- Holger Knublauch
-
Method Summary
Modifier and TypeMethodDescriptionbooleancanExecute(Constraint constraint) createExecutor(Constraint constraint)
-
Method Details
-
canExecute
-
createExecutor
-