Uses of Class
org.eclipse.rdf4j.sail.shacl.ConnectionsGroup
Packages that use ConnectionsGroup
Package
Description
-
Uses of ConnectionsGroup in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents
Methods in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents with parameters of type ConnectionsGroupModifier and TypeMethodDescriptionorg.eclipse.rdf4j.sail.shacl.ast.ValidationQuery
AbstractConstraintComponent.generateSparqlValidationQuery(ConnectionsGroup connectionsGroup, boolean logValidationPlans, boolean negatePlan, boolean negateChildren, ConstraintComponent.Scope scope)
org.eclipse.rdf4j.sail.shacl.ast.ValidationQuery
AndConstraintComponent.generateSparqlValidationQuery(ConnectionsGroup connectionsGroup, boolean logValidationPlans, boolean negatePlan, boolean negateChildren, ConstraintComponent.Scope scope)
org.eclipse.rdf4j.sail.shacl.ast.ValidationQuery
ClassConstraintComponent.generateSparqlValidationQuery(ConnectionsGroup connectionsGroup, boolean logValidationPlans, boolean negatePlan, boolean negateChildren, ConstraintComponent.Scope scope)
org.eclipse.rdf4j.sail.shacl.ast.ValidationQuery
ConstraintComponent.generateSparqlValidationQuery(ConnectionsGroup connectionsGroup, boolean logValidationPlans, boolean negatePlan, boolean negateChildren, ConstraintComponent.Scope scope)
org.eclipse.rdf4j.sail.shacl.ast.ValidationQuery
HasValueConstraintComponent.generateSparqlValidationQuery(ConnectionsGroup connectionsGroup, boolean logValidationPlans, boolean negatePlan, boolean negateChildren, ConstraintComponent.Scope scope)
org.eclipse.rdf4j.sail.shacl.ast.ValidationQuery
MaxCountConstraintComponent.generateSparqlValidationQuery(ConnectionsGroup connectionsGroup, boolean logValidationPlans, boolean negatePlan, boolean negateChildren, ConstraintComponent.Scope scope)
org.eclipse.rdf4j.sail.shacl.ast.ValidationQuery
MinCountConstraintComponent.generateSparqlValidationQuery(ConnectionsGroup connectionsGroup, boolean logValidationPlans, boolean negatePlan, boolean negateChildren, ConstraintComponent.Scope scope)
org.eclipse.rdf4j.sail.shacl.ast.ValidationQuery
NotConstraintComponent.generateSparqlValidationQuery(ConnectionsGroup connectionsGroup, boolean logValidationPlans, boolean negatePlan, boolean negateChildren, ConstraintComponent.Scope scope)
org.eclipse.rdf4j.sail.shacl.ast.ValidationQuery
OrConstraintComponent.generateSparqlValidationQuery(ConnectionsGroup connectionsGroup, boolean logValidationPlans, boolean negatePlan, boolean negateChildren, ConstraintComponent.Scope scope)
org.eclipse.rdf4j.sail.shacl.ast.ValidationQuery
QualifiedMaxCountConstraintComponent.generateSparqlValidationQuery(ConnectionsGroup connectionsGroup, boolean logValidationPlans, boolean negatePlan, boolean negateChildren, ConstraintComponent.Scope scope)
org.eclipse.rdf4j.sail.shacl.ast.ValidationQuery
QualifiedMinCountConstraintComponent.generateSparqlValidationQuery(ConnectionsGroup connectionsGroup, boolean logValidationPlans, boolean negatePlan, boolean negateChildren, ConstraintComponent.Scope scope)
org.eclipse.rdf4j.sail.shacl.ast.ValidationQuery
SimpleAbstractConstraintComponent.generateSparqlValidationQuery(ConnectionsGroup connectionsGroup, boolean logValidationPlans, boolean negatePlan, boolean negateChildren, ConstraintComponent.Scope scope)
org.eclipse.rdf4j.sail.shacl.ast.ValidationQuery
UniqueLangConstraintComponent.generateSparqlValidationQuery(ConnectionsGroup connectionsGroup, boolean logValidationPlans, boolean negatePlan, boolean negateChildren, ConstraintComponent.Scope scope)
AbstractConstraintComponent.generateTransactionalValidationPlan(ConnectionsGroup connectionsGroup, boolean logValidationPlans, PlanNodeProvider overrideTargetNode, ConstraintComponent.Scope scope)
AndConstraintComponent.generateTransactionalValidationPlan(ConnectionsGroup connectionsGroup, boolean logValidationPlans, PlanNodeProvider overrideTargetNode, ConstraintComponent.Scope scope)
ClassConstraintComponent.generateTransactionalValidationPlan(ConnectionsGroup connectionsGroup, boolean logValidationPlans, PlanNodeProvider overrideTargetNode, ConstraintComponent.Scope scope)
ConstraintComponent.generateTransactionalValidationPlan(ConnectionsGroup connectionsGroup, boolean logValidationPlans, PlanNodeProvider overrideTargetNode, ConstraintComponent.Scope scope)
DashHasValueInConstraintComponent.generateTransactionalValidationPlan(ConnectionsGroup connectionsGroup, boolean logValidationPlans, PlanNodeProvider overrideTargetNode, ConstraintComponent.Scope scope)
HasValueConstraintComponent.generateTransactionalValidationPlan(ConnectionsGroup connectionsGroup, boolean logValidationPlans, PlanNodeProvider overrideTargetNode, ConstraintComponent.Scope scope)
MaxCountConstraintComponent.generateTransactionalValidationPlan(ConnectionsGroup connectionsGroup, boolean logValidationPlans, PlanNodeProvider overrideTargetNode, ConstraintComponent.Scope scope)
MinCountConstraintComponent.generateTransactionalValidationPlan(ConnectionsGroup connectionsGroup, boolean logValidationPlans, PlanNodeProvider overrideTargetNode, ConstraintComponent.Scope scope)
NotConstraintComponent.generateTransactionalValidationPlan(ConnectionsGroup connectionsGroup, boolean logValidationPlans, PlanNodeProvider overrideTargetNode, ConstraintComponent.Scope scope)
OrConstraintComponent.generateTransactionalValidationPlan(ConnectionsGroup connectionsGroup, boolean logValidationPlans, PlanNodeProvider overrideTargetNode, ConstraintComponent.Scope scope)
QualifiedMaxCountConstraintComponent.generateTransactionalValidationPlan(ConnectionsGroup connectionsGroup, boolean logValidationPlans, PlanNodeProvider overrideTargetNode, ConstraintComponent.Scope scope)
QualifiedMinCountConstraintComponent.generateTransactionalValidationPlan(ConnectionsGroup connectionsGroup, boolean logValidationPlans, PlanNodeProvider overrideTargetNode, ConstraintComponent.Scope scope)
SimpleAbstractConstraintComponent.generateTransactionalValidationPlan(ConnectionsGroup connectionsGroup, boolean logValidationPlans, PlanNodeProvider overrideTargetNode, ConstraintComponent.Scope scope)
UniqueLangConstraintComponent.generateTransactionalValidationPlan(ConnectionsGroup connectionsGroup, boolean logValidationPlans, PlanNodeProvider overrideTargetNode, ConstraintComponent.Scope scope)
AbstractConstraintComponent.getAllTargetsPlan(ConnectionsGroup connectionsGroup, ConstraintComponent.Scope scope)
AndConstraintComponent.getAllTargetsPlan(ConnectionsGroup connectionsGroup, ConstraintComponent.Scope scope)
ClassConstraintComponent.getAllTargetsPlan(ConnectionsGroup connectionsGroup, ConstraintComponent.Scope scope)
ConstraintComponent.getAllTargetsPlan(ConnectionsGroup connectionsGroup, ConstraintComponent.Scope scope)
DashHasValueInConstraintComponent.getAllTargetsPlan(ConnectionsGroup connectionsGroup, ConstraintComponent.Scope scope)
HasValueConstraintComponent.getAllTargetsPlan(ConnectionsGroup connectionsGroup, ConstraintComponent.Scope scope)
MaxCountConstraintComponent.getAllTargetsPlan(ConnectionsGroup connectionsGroup, ConstraintComponent.Scope scope)
MinCountConstraintComponent.getAllTargetsPlan(ConnectionsGroup connectionsGroup, ConstraintComponent.Scope scope)
NotConstraintComponent.getAllTargetsPlan(ConnectionsGroup connectionsGroup, ConstraintComponent.Scope scope)
OrConstraintComponent.getAllTargetsPlan(ConnectionsGroup connectionsGroup, ConstraintComponent.Scope scope)
QualifiedMaxCountConstraintComponent.getAllTargetsPlan(ConnectionsGroup connectionsGroup, ConstraintComponent.Scope scope)
QualifiedMinCountConstraintComponent.getAllTargetsPlan(ConnectionsGroup connectionsGroup, ConstraintComponent.Scope scope)
SimpleAbstractConstraintComponent.getAllTargetsPlan(ConnectionsGroup connectionsGroup, ConstraintComponent.Scope scope)
UniqueLangConstraintComponent.getAllTargetsPlan(ConnectionsGroup connectionsGroup, ConstraintComponent.Scope scope)
org.eclipse.rdf4j.sail.shacl.ast.ValidationApproach
AbstractConstraintComponent.getPreferredValidationApproach(ConnectionsGroup connectionsGroup)
org.eclipse.rdf4j.sail.shacl.ast.ValidationApproach
ConstraintComponent.getPreferredValidationApproach(ConnectionsGroup connectionsGroup)
A constraint component should decide which validation approach is going to be the optimal performance wise based on the state of the transaction and base sail.org.eclipse.rdf4j.sail.shacl.ast.ValidationApproach
SimpleAbstractConstraintComponent.getPreferredValidationApproach(ConnectionsGroup connectionsGroup)
QualifiedMaxCountConstraintComponent.negated(ConnectionsGroup connectionsGroup, boolean logValidationPlans, PlanNodeProvider overrideTargetNode, ConstraintComponent.Scope scope)
QualifiedMinCountConstraintComponent.negated(ConnectionsGroup connectionsGroup, boolean logValidationPlans, PlanNodeProvider overrideTargetNode, ConstraintComponent.Scope scope)
boolean
AbstractConstraintComponent.requiresEvaluation(ConnectionsGroup connectionsGroup, ConstraintComponent.Scope scope)
boolean
AndConstraintComponent.requiresEvaluation(ConnectionsGroup connectionsGroup, ConstraintComponent.Scope scope)
boolean
ClassConstraintComponent.requiresEvaluation(ConnectionsGroup connectionsGroup, ConstraintComponent.Scope scope)
boolean
ConstraintComponent.requiresEvaluation(ConnectionsGroup connectionsGroup, ConstraintComponent.Scope scope)
boolean
NotConstraintComponent.requiresEvaluation(ConnectionsGroup connectionsGroup, ConstraintComponent.Scope scope)
boolean
OrConstraintComponent.requiresEvaluation(ConnectionsGroup connectionsGroup, ConstraintComponent.Scope scope)
boolean
QualifiedMaxCountConstraintComponent.requiresEvaluation(ConnectionsGroup connectionsGroup, ConstraintComponent.Scope scope)
boolean
QualifiedMinCountConstraintComponent.requiresEvaluation(ConnectionsGroup connectionsGroup, ConstraintComponent.Scope scope)
-
Uses of ConnectionsGroup in org.eclipse.rdf4j.sail.shacl.ast.paths
Methods in org.eclipse.rdf4j.sail.shacl.ast.paths with parameters of type ConnectionsGroupModifier and TypeMethodDescriptionAlternativePath.getAdded(ConnectionsGroup connectionsGroup, PlanNodeWrapper planNodeWrapper)
InversePath.getAdded(ConnectionsGroup connectionsGroup, PlanNodeWrapper planNodeWrapper)
OneOrMorePath.getAdded(ConnectionsGroup connectionsGroup, PlanNodeWrapper planNodeWrapper)
abstract PlanNode
Path.getAdded(ConnectionsGroup connectionsGroup, PlanNodeWrapper planNodeWrapper)
SequencePath.getAdded(ConnectionsGroup connectionsGroup, PlanNodeWrapper planNodeWrapper)
SimplePath.getAdded(ConnectionsGroup connectionsGroup, PlanNodeWrapper planNodeWrapper)
ZeroOrMorePath.getAdded(ConnectionsGroup connectionsGroup, PlanNodeWrapper planNodeWrapper)
ZeroOrOnePath.getAdded(ConnectionsGroup connectionsGroup, PlanNodeWrapper planNodeWrapper)
-
Uses of ConnectionsGroup in org.eclipse.rdf4j.sail.shacl.ast.planNodes
Constructors in org.eclipse.rdf4j.sail.shacl.ast.planNodes with parameters of type ConnectionsGroupModifierConstructorDescriptionAllTargetsPlanNode(ConnectionsGroup connectionsGroup, ArrayDeque<EffectiveTarget.EffectiveTargetObject> chain, List<org.eclipse.rdf4j.sail.shacl.ast.StatementMatcher.Variable> vars, ConstraintComponent.Scope scope)
-
Uses of ConnectionsGroup in org.eclipse.rdf4j.sail.shacl.ast.targets
Methods in org.eclipse.rdf4j.sail.shacl.ast.targets with parameters of type ConnectionsGroupModifier and TypeMethodDescriptionboolean
EffectiveTarget.couldMatch(ConnectionsGroup connectionsGroup)
EffectiveTarget.extend(PlanNode source, ConnectionsGroup connectionsGroup, ConstraintComponent.Scope scope, EffectiveTarget.Extend direction, boolean includePropertyShapeValues, Function<PlanNode,PlanNode> filter)
DashAllObjects.getAdded(ConnectionsGroup connectionsGroup, ConstraintComponent.Scope scope)
DashAllSubjects.getAdded(ConnectionsGroup connectionsGroup, ConstraintComponent.Scope scope)
RSXTargetShape.getAdded(ConnectionsGroup connectionsGroup, ConstraintComponent.Scope scope)
abstract PlanNode
Target.getAdded(ConnectionsGroup connectionsGroup, ConstraintComponent.Scope scope)
TargetClass.getAdded(ConnectionsGroup connectionsGroup, ConstraintComponent.Scope scope)
TargetNode.getAdded(ConnectionsGroup connectionsGroup, ConstraintComponent.Scope scope)
TargetObjectsOf.getAdded(ConnectionsGroup connectionsGroup, ConstraintComponent.Scope scope)
TargetSubjectsOf.getAdded(ConnectionsGroup connectionsGroup, ConstraintComponent.Scope scope)
EffectiveTarget.getAllTargets(ConnectionsGroup connectionsGroup, ConstraintComponent.Scope scope)
EffectiveTarget.getPlanNode(ConnectionsGroup connectionsGroup, ConstraintComponent.Scope scope, boolean includeTargetsAffectedByRemoval, Function<PlanNode,PlanNode> filter)
DashAllObjects.getTargetFilter(ConnectionsGroup connectionsGroup, PlanNode parent)
DashAllSubjects.getTargetFilter(ConnectionsGroup connectionsGroup, PlanNode parent)
EffectiveTarget.getTargetFilter(ConnectionsGroup connectionsGroup, PlanNode parent)
RSXTargetShape.getTargetFilter(ConnectionsGroup connectionsGroup, PlanNode parent)
abstract PlanNode
Target.getTargetFilter(ConnectionsGroup connectionsGroup, PlanNode parent)
TargetClass.getTargetFilter(ConnectionsGroup connectionsGroup, PlanNode parent)
TargetNode.getTargetFilter(ConnectionsGroup connectionsGroup, PlanNode parent)
TargetObjectsOf.getTargetFilter(ConnectionsGroup connectionsGroup, PlanNode parent)
TargetSubjectsOf.getTargetFilter(ConnectionsGroup connectionsGroup, PlanNode parent)
Constructors in org.eclipse.rdf4j.sail.shacl.ast.targets with parameters of type ConnectionsGroupModifierConstructorDescriptionTargetChainRetriever(ConnectionsGroup connectionsGroup, List<org.eclipse.rdf4j.sail.shacl.ast.StatementMatcher> statementMatchers, List<org.eclipse.rdf4j.sail.shacl.ast.StatementMatcher> removedStatementMatchers, String query, List<org.eclipse.rdf4j.sail.shacl.ast.StatementMatcher.Variable> vars, ConstraintComponent.Scope scope)