Uses of Class
org.eclipse.rdf4j.sail.shacl.ast.ValidationQuery
Packages that use ValidationQuery
Package
Description
-
Uses of ValidationQuery in org.eclipse.rdf4j.sail.shacl.ast
Subclasses of ValidationQuery in org.eclipse.rdf4j.sail.shacl.astMethods in org.eclipse.rdf4j.sail.shacl.ast that return ValidationQueryModifier and TypeMethodDescriptionNodeShape.generateSparqlValidationQuery
(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, boolean negatePlan, boolean negateChildren, ConstraintComponent.Scope scope) PropertyShape.generateSparqlValidationQuery
(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, boolean negatePlan, boolean negateChildren, ConstraintComponent.Scope scope) static ValidationQuery
ValidationQuery.union
(ValidationQuery a, ValidationQuery b, boolean skipValueCheck) Creates the SPARQL UNION of two ValidationQuery objects.ValidationQuery.Deactivated.withConstraintComponent
(ConstraintComponent constraintComponent) ValidationQuery.withConstraintComponent
(ConstraintComponent constraintComponent) ValidationQuery.Deactivated.withSeverity
(Severity severity) ValidationQuery.withSeverity
(Severity severity) Methods in org.eclipse.rdf4j.sail.shacl.ast with parameters of type ValidationQueryModifier and TypeMethodDescriptionstatic ValidationQuery
ValidationQuery.union
(ValidationQuery a, ValidationQuery b, boolean skipValueCheck) Creates the SPARQL UNION of two ValidationQuery objects. -
Uses of ValidationQuery in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents
Methods in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents that return ValidationQueryModifier and TypeMethodDescriptionAbstractConstraintComponent.generateSparqlValidationQuery
(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, boolean negatePlan, boolean negateChildren, ConstraintComponent.Scope scope) AndConstraintComponent.generateSparqlValidationQuery
(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, boolean negatePlan, boolean negateChildren, ConstraintComponent.Scope scope) ClassConstraintComponent.generateSparqlValidationQuery
(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, boolean negatePlan, boolean negateChildren, ConstraintComponent.Scope scope) ConstraintComponent.generateSparqlValidationQuery
(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, boolean negatePlan, boolean negateChildren, ConstraintComponent.Scope scope) HasValueConstraintComponent.generateSparqlValidationQuery
(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, boolean negatePlan, boolean negateChildren, ConstraintComponent.Scope scope) MaxCountConstraintComponent.generateSparqlValidationQuery
(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, boolean negatePlan, boolean negateChildren, ConstraintComponent.Scope scope) MinCountConstraintComponent.generateSparqlValidationQuery
(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, boolean negatePlan, boolean negateChildren, ConstraintComponent.Scope scope) NotConstraintComponent.generateSparqlValidationQuery
(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, boolean negatePlan, boolean negateChildren, ConstraintComponent.Scope scope) OrConstraintComponent.generateSparqlValidationQuery
(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, boolean negatePlan, boolean negateChildren, ConstraintComponent.Scope scope) QualifiedMaxCountConstraintComponent.generateSparqlValidationQuery
(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, boolean negatePlan, boolean negateChildren, ConstraintComponent.Scope scope) QualifiedMinCountConstraintComponent.generateSparqlValidationQuery
(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, boolean negatePlan, boolean negateChildren, ConstraintComponent.Scope scope) SimpleAbstractConstraintComponent.generateSparqlValidationQuery
(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, boolean negatePlan, boolean negateChildren, ConstraintComponent.Scope scope) SparqlConstraintComponent.generateSparqlValidationQuery
(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, boolean negatePlan, boolean negateChildren, ConstraintComponent.Scope scope) UniqueLangConstraintComponent.generateSparqlValidationQuery
(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, boolean negatePlan, boolean negateChildren, ConstraintComponent.Scope scope)