Uses of Class
org.topbraid.shacl.engine.Constraint
-
Packages that use Constraint Package Description org.topbraid.shacl.engine org.topbraid.shacl.engine.filters org.topbraid.shacl.validation org.topbraid.shacl.validation.java org.topbraid.shacl.validation.sparql -
-
Uses of Constraint in org.topbraid.shacl.engine
Methods in org.topbraid.shacl.engine that return Constraint Modifier and Type Method Description ConstraintShapesGraph. createConstraint(Shape shape, SHConstraintComponent component, List<SHParameter> params, org.apache.jena.rdf.model.RDFNode parameterValue)Methods in org.topbraid.shacl.engine that return types with arguments of type Constraint Modifier and Type Method Description Iterable<Constraint>Shape. getConstraints()Methods in org.topbraid.shacl.engine with parameters of type Constraint Modifier and Type Method Description booleanShapesGraph. isIgnoredConstraint(Constraint constraint)Method parameters in org.topbraid.shacl.engine with type arguments of type Constraint Modifier and Type Method Description voidShapesGraph. setConstraintFilter(Predicate<Constraint> value)Sets a filter Predicate that can be used to ignore certain constraints. -
Uses of Constraint in org.topbraid.shacl.engine.filters
Methods in org.topbraid.shacl.engine.filters with parameters of type Constraint Modifier and Type Method Description booleanCoreConstraintFilter. test(Constraint constraint) -
Uses of Constraint in org.topbraid.shacl.validation
Methods in org.topbraid.shacl.validation with parameters of type Constraint Modifier and Type Method Description protected voidAbstractNativeConstraintExecutor. addStatistics(ValidationEngine engine, Constraint constraint, long startTime, int focusNodeCount, long valueNodeCount)booleanValidationLanguage. canExecute(Constraint constraint)ConstraintExecutorValidationLanguage. createExecutor(Constraint constraint)org.apache.jena.rdf.model.ResourceValidationEngine. createResult(org.apache.jena.rdf.model.Resource type, Constraint constraint, org.apache.jena.rdf.model.RDFNode focusNode)org.apache.jena.rdf.model.ResourceValidationEngine. createValidationResult(Constraint constraint, org.apache.jena.rdf.model.RDFNode focusNode, org.apache.jena.rdf.model.RDFNode value, Supplier<String> defaultMessage)voidConstraintExecutor. executeConstraint(Constraint constraint, ValidationEngine engine, Collection<org.apache.jena.rdf.model.RDFNode> focusNodes)Validates a collection of focus nodes against a constraint.voidExpressionConstraintExecutor. executeConstraint(Constraint constraint, ValidationEngine engine, Collection<org.apache.jena.rdf.model.RDFNode> focusNodes)ConstraintExecutorConstraintExecutors. getExecutor(Constraint constraint)Collection<org.apache.jena.rdf.model.RDFNode>ValidationEngine. getValueNodes(Constraint constraint, org.apache.jena.rdf.model.RDFNode focusNode)protected org.apache.jena.rdf.model.ModelAbstractNativeConstraintExecutor. hasShape(ValidationEngine engine, Constraint constraint, org.apache.jena.rdf.model.RDFNode focusNode, org.apache.jena.rdf.model.RDFNode valueNode, org.apache.jena.rdf.model.RDFNode shape, boolean recursionIsError)voidValidationProfile. record(long duration, int focusNodeCount, long valueNodeCount, Constraint constraint)protected voidValidationEngine. validateNodesAgainstConstraint(Collection<org.apache.jena.rdf.model.RDFNode> focusNodes, Constraint constraint)Method parameters in org.topbraid.shacl.validation with type arguments of type Constraint Modifier and Type Method Description voidConstraintExecutors. addSpecialExecutor(org.apache.jena.rdf.model.Resource constraintComponent, Function<Constraint,ConstraintExecutor> executor) -
Uses of Constraint in org.topbraid.shacl.validation.java
Methods in org.topbraid.shacl.validation.java with parameters of type Constraint Modifier and Type Method Description voidDatatypeConstraintExecutor. executeConstraint(Constraint constraint, ValidationEngine engine, Collection<org.apache.jena.rdf.model.RDFNode> focusNodes) -
Uses of Constraint in org.topbraid.shacl.validation.sparql
Methods in org.topbraid.shacl.validation.sparql with parameters of type Constraint Modifier and Type Method Description protected abstract voidAbstractSPARQLExecutor. addBindings(Constraint constraint, org.apache.jena.query.QuerySolutionMap bindings)protected voidSPARQLComponentExecutor. addBindings(Constraint constraint, org.apache.jena.query.QuerySolutionMap bindings)protected voidSPARQLConstraintExecutor. addBindings(Constraint constraint, org.apache.jena.query.QuerySolutionMap bindings)booleanSPARQLValidationLanguage. canExecute(Constraint constraint)ConstraintExecutorSPARQLValidationLanguage. createExecutor(Constraint constraint)voidAbstractSPARQLExecutor. executeConstraint(Constraint constraint, ValidationEngine engine, Collection<org.apache.jena.rdf.model.RDFNode> focusNodes)voidSPARQLConstraintExecutor. executeConstraint(Constraint constraint, ValidationEngine engine, Collection<org.apache.jena.rdf.model.RDFNode> focusNodes)protected abstract StringAbstractSPARQLExecutor. getLabel(Constraint constraint)protected StringSPARQLComponentExecutor. getLabel(Constraint constraint)protected StringSPARQLConstraintExecutor. getLabel(Constraint constraint)protected abstract StringAbstractSPARQLExecutor. getSPARQL(Constraint constraint)protected StringSPARQLComponentExecutor. getSPARQL(Constraint constraint)protected StringSPARQLConstraintExecutor. getSPARQL(Constraint constraint)protected abstract org.apache.jena.rdf.model.ResourceAbstractSPARQLExecutor. getSPARQLExecutable(Constraint constraint)protected org.apache.jena.rdf.model.ResourceSPARQLComponentExecutor. getSPARQLExecutable(Constraint constraint)protected org.apache.jena.rdf.model.ResourceSPARQLConstraintExecutor. getSPARQLExecutable(Constraint constraint)Constructors in org.topbraid.shacl.validation.sparql with parameters of type Constraint Constructor Description AbstractSPARQLExecutor(Constraint constraint)SPARQLComponentExecutor(Constraint constraint)SPARQLConstraintExecutor(Constraint constraint)
-