Uses of Class
org.topbraid.shacl.engine.Constraint
Packages that use Constraint
Package
Description
-
Uses of Constraint in org.topbraid.shacl.engine
Methods in org.topbraid.shacl.engine that return ConstraintModifier and TypeMethodDescriptionShapesGraph.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 ConstraintMethods in org.topbraid.shacl.engine with parameters of type ConstraintMethod parameters in org.topbraid.shacl.engine with type arguments of type ConstraintModifier and TypeMethodDescriptionvoidShapesGraph.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 -
Uses of Constraint in org.topbraid.shacl.validation
Methods in org.topbraid.shacl.validation with parameters of type ConstraintModifier and TypeMethodDescriptionprotected voidAbstractNativeConstraintExecutor.addStatistics(ValidationEngine engine, Constraint constraint, long startTime, int focusNodeCount, long valueNodeCount) booleanValidationLanguage.canExecute(Constraint constraint) ValidationLanguage.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) ConstraintExecutors.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 ConstraintModifier and TypeMethodDescriptionvoidConstraintExecutors.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 ConstraintModifier and TypeMethodDescriptionvoidDatatypeConstraintExecutor.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 ConstraintModifier and TypeMethodDescriptionprotected 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) SPARQLValidationLanguage.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 ConstraintModifierConstructorDescriptionprotectedAbstractSPARQLExecutor(Constraint constraint) SPARQLComponentExecutor(Constraint constraint) SPARQLConstraintExecutor(Constraint constraint)