Class SPARQLValidationLanguage
- java.lang.Object
-
- org.topbraid.shacl.validation.sparql.SPARQLValidationLanguage
-
- All Implemented Interfaces:
ValidationLanguage
public class SPARQLValidationLanguage extends Object implements ValidationLanguage
-
-
Constructor Summary
Constructors Constructor Description SPARQLValidationLanguage()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanExecute(Constraint constraint)ConstraintExecutorcreateExecutor(Constraint constraint)static SPARQLValidationLanguageget()
-
-
-
Method Detail
-
get
public static SPARQLValidationLanguage get()
-
canExecute
public boolean canExecute(Constraint constraint)
- Specified by:
canExecutein interfaceValidationLanguage
-
createExecutor
public ConstraintExecutor createExecutor(Constraint constraint)
- Specified by:
createExecutorin interfaceValidationLanguage
-
-