public class ConstraintExecutors extends Object
| Constructor and Description |
|---|
ConstraintExecutors() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addLanguage(ValidationLanguage language) |
void |
addSpecialExecutor(org.apache.jena.rdf.model.Resource constraintComponent,
Function<Constraint,ConstraintExecutor> executor) |
static ConstraintExecutors |
get() |
ConstraintExecutor |
getExecutor(Constraint constraint) |
void |
removeSpecialExecutor(org.apache.jena.rdf.model.Resource constraintComponent) |
void |
setJSPreferred(boolean value)
Can be used to make the JavaScript engine the preferred implementation over SPARQL.
|
public static ConstraintExecutors get()
protected void addLanguage(ValidationLanguage language)
public void addSpecialExecutor(org.apache.jena.rdf.model.Resource constraintComponent,
Function<Constraint,ConstraintExecutor> executor)
public ConstraintExecutor getExecutor(Constraint constraint)
public void removeSpecialExecutor(org.apache.jena.rdf.model.Resource constraintComponent)
public void setJSPreferred(boolean value)
value - true to make JSCopyright © 2019 TopQuadrant, Inc.. All rights reserved.