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,
SpecialConstraintExecutorFactory executor) |
static ConstraintExecutors |
get() |
ConstraintExecutor |
getExecutor(Constraint constraint,
ValidationEngine engine) |
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,
SpecialConstraintExecutorFactory executor)
public ConstraintExecutor getExecutor(Constraint constraint, ValidationEngine engine)
public void setJSPreferred(boolean value)
value - true to make JSCopyright © 2017 TopQuadrant, Inc.. All rights reserved.