Uses of Class
org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents.ConstraintComponent.Scope
-
-
Uses of ConstraintComponent.Scope in org.eclipse.rdf4j.sail.shacl.ast
Constructors in org.eclipse.rdf4j.sail.shacl.ast with parameters of type ConstraintComponent.Scope Constructor Description ValidationQuery(String query, List<StatementMatcher.Variable> targets, StatementMatcher.Variable value, ConstraintComponent.Scope scope, SourceConstraintComponent constraintComponent, Severity severity, Shape shape)ValidationQuery(String query, ConstraintComponent.Scope scope, List<StatementMatcher.Variable> variables, int targetIndex, int valueIndex) -
Uses of ConstraintComponent.Scope in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents
Methods in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents that return ConstraintComponent.Scope Modifier and Type Method Description static ConstraintComponent.ScopeConstraintComponent.Scope. valueOf(String name)Returns the enum constant of this type with the specified name.static ConstraintComponent.Scope[]ConstraintComponent.Scope. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents with parameters of type ConstraintComponent.Scope Modifier and Type Method Description SparqlFragmentAbstractConstraintComponent. buildSparqlValidNodes_rsx_targetShape(StatementMatcher.Variable subject, StatementMatcher.Variable object, RdfsSubClassOfReasoner rdfsSubClassOfReasoner, ConstraintComponent.Scope scope, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider)SparqlFragmentAndConstraintComponent. buildSparqlValidNodes_rsx_targetShape(StatementMatcher.Variable subject, StatementMatcher.Variable object, RdfsSubClassOfReasoner rdfsSubClassOfReasoner, ConstraintComponent.Scope scope, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider)SparqlFragmentConstraintComponent. buildSparqlValidNodes_rsx_targetShape(StatementMatcher.Variable subject, StatementMatcher.Variable object, RdfsSubClassOfReasoner rdfsSubClassOfReasoner, ConstraintComponent.Scope scope, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider)SparqlFragmentDashHasValueInConstraintComponent. buildSparqlValidNodes_rsx_targetShape(StatementMatcher.Variable subject, StatementMatcher.Variable object, RdfsSubClassOfReasoner rdfsSubClassOfReasoner, ConstraintComponent.Scope scope, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider)SparqlFragmentHasValueConstraintComponent. buildSparqlValidNodes_rsx_targetShape(StatementMatcher.Variable subject, StatementMatcher.Variable object, RdfsSubClassOfReasoner rdfsSubClassOfReasoner, ConstraintComponent.Scope scope, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider)SparqlFragmentOrConstraintComponent. buildSparqlValidNodes_rsx_targetShape(StatementMatcher.Variable subject, StatementMatcher.Variable object, RdfsSubClassOfReasoner rdfsSubClassOfReasoner, ConstraintComponent.Scope scope, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider)ValidationQueryAbstractConstraintComponent. generateSparqlValidationQuery(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, boolean negatePlan, boolean negateChildren, ConstraintComponent.Scope scope)ValidationQueryAndConstraintComponent. generateSparqlValidationQuery(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, boolean negatePlan, boolean negateChildren, ConstraintComponent.Scope scope)ValidationQueryClassConstraintComponent. generateSparqlValidationQuery(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, boolean negatePlan, boolean negateChildren, ConstraintComponent.Scope scope)ValidationQueryConstraintComponent. generateSparqlValidationQuery(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, boolean negatePlan, boolean negateChildren, ConstraintComponent.Scope scope)ValidationQueryHasValueConstraintComponent. generateSparqlValidationQuery(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, boolean negatePlan, boolean negateChildren, ConstraintComponent.Scope scope)ValidationQueryMaxCountConstraintComponent. generateSparqlValidationQuery(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, boolean negatePlan, boolean negateChildren, ConstraintComponent.Scope scope)ValidationQueryMinCountConstraintComponent. generateSparqlValidationQuery(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, boolean negatePlan, boolean negateChildren, ConstraintComponent.Scope scope)ValidationQueryNotConstraintComponent. generateSparqlValidationQuery(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, boolean negatePlan, boolean negateChildren, ConstraintComponent.Scope scope)ValidationQueryOrConstraintComponent. generateSparqlValidationQuery(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, boolean negatePlan, boolean negateChildren, ConstraintComponent.Scope scope)ValidationQueryQualifiedMaxCountConstraintComponent. generateSparqlValidationQuery(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, boolean negatePlan, boolean negateChildren, ConstraintComponent.Scope scope)ValidationQueryQualifiedMinCountConstraintComponent. generateSparqlValidationQuery(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, boolean negatePlan, boolean negateChildren, ConstraintComponent.Scope scope)ValidationQuerySimpleAbstractConstraintComponent. generateSparqlValidationQuery(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, boolean negatePlan, boolean negateChildren, ConstraintComponent.Scope scope)ValidationQueryUniqueLangConstraintComponent. generateSparqlValidationQuery(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, boolean negatePlan, boolean negateChildren, ConstraintComponent.Scope scope)PlanNodeAbstractConstraintComponent. generateTransactionalValidationPlan(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, PlanNodeProvider overrideTargetNode, ConstraintComponent.Scope scope)PlanNodeAndConstraintComponent. generateTransactionalValidationPlan(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, PlanNodeProvider overrideTargetNode, ConstraintComponent.Scope scope)PlanNodeClassConstraintComponent. generateTransactionalValidationPlan(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, PlanNodeProvider overrideTargetNode, ConstraintComponent.Scope scope)PlanNodeConstraintComponent. generateTransactionalValidationPlan(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, PlanNodeProvider overrideTargetNode, ConstraintComponent.Scope scope)PlanNodeDashHasValueInConstraintComponent. generateTransactionalValidationPlan(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, PlanNodeProvider overrideTargetNode, ConstraintComponent.Scope scope)PlanNodeHasValueConstraintComponent. generateTransactionalValidationPlan(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, PlanNodeProvider overrideTargetNode, ConstraintComponent.Scope scope)PlanNodeMaxCountConstraintComponent. generateTransactionalValidationPlan(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, PlanNodeProvider overrideTargetNode, ConstraintComponent.Scope scope)PlanNodeMinCountConstraintComponent. generateTransactionalValidationPlan(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, PlanNodeProvider overrideTargetNode, ConstraintComponent.Scope scope)PlanNodeNotConstraintComponent. generateTransactionalValidationPlan(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, PlanNodeProvider overrideTargetNode, ConstraintComponent.Scope scope)PlanNodeOrConstraintComponent. generateTransactionalValidationPlan(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, PlanNodeProvider overrideTargetNode, ConstraintComponent.Scope scope)PlanNodeQualifiedMaxCountConstraintComponent. generateTransactionalValidationPlan(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, PlanNodeProvider overrideTargetNode, ConstraintComponent.Scope scope)PlanNodeQualifiedMinCountConstraintComponent. generateTransactionalValidationPlan(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, PlanNodeProvider overrideTargetNode, ConstraintComponent.Scope scope)PlanNodeSimpleAbstractConstraintComponent. generateTransactionalValidationPlan(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, PlanNodeProvider overrideTargetNode, ConstraintComponent.Scope scope)PlanNodeUniqueLangConstraintComponent. generateTransactionalValidationPlan(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, PlanNodeProvider overrideTargetNode, ConstraintComponent.Scope scope)PlanNodeAbstractConstraintComponent. getAllTargetsPlan(ConnectionsGroup connectionsGroup, org.eclipse.rdf4j.model.Resource[] dataGraph, ConstraintComponent.Scope scope, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider)PlanNodeAndConstraintComponent. getAllTargetsPlan(ConnectionsGroup connectionsGroup, org.eclipse.rdf4j.model.Resource[] dataGraph, ConstraintComponent.Scope scope, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider)PlanNodeClassConstraintComponent. getAllTargetsPlan(ConnectionsGroup connectionsGroup, org.eclipse.rdf4j.model.Resource[] dataGraph, ConstraintComponent.Scope scope, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider)PlanNodeConstraintComponent. getAllTargetsPlan(ConnectionsGroup connectionsGroup, org.eclipse.rdf4j.model.Resource[] dataGraph, ConstraintComponent.Scope scope, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider)PlanNodeDashHasValueInConstraintComponent. getAllTargetsPlan(ConnectionsGroup connectionsGroup, org.eclipse.rdf4j.model.Resource[] dataGraph, ConstraintComponent.Scope scope, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider)PlanNodeHasValueConstraintComponent. getAllTargetsPlan(ConnectionsGroup connectionsGroup, org.eclipse.rdf4j.model.Resource[] dataGraph, ConstraintComponent.Scope scope, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider)PlanNodeMaxCountConstraintComponent. getAllTargetsPlan(ConnectionsGroup connectionsGroup, org.eclipse.rdf4j.model.Resource[] dataGraph, ConstraintComponent.Scope scope, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider)PlanNodeMinCountConstraintComponent. getAllTargetsPlan(ConnectionsGroup connectionsGroup, org.eclipse.rdf4j.model.Resource[] dataGraph, ConstraintComponent.Scope scope, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider)PlanNodeNotConstraintComponent. getAllTargetsPlan(ConnectionsGroup connectionsGroup, org.eclipse.rdf4j.model.Resource[] dataGraph, ConstraintComponent.Scope scope, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider)PlanNodeOrConstraintComponent. getAllTargetsPlan(ConnectionsGroup connectionsGroup, org.eclipse.rdf4j.model.Resource[] dataGraph, ConstraintComponent.Scope scope, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider)PlanNodeQualifiedMaxCountConstraintComponent. getAllTargetsPlan(ConnectionsGroup connectionsGroup, org.eclipse.rdf4j.model.Resource[] dataGraph, ConstraintComponent.Scope scope, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider)PlanNodeQualifiedMinCountConstraintComponent. getAllTargetsPlan(ConnectionsGroup connectionsGroup, org.eclipse.rdf4j.model.Resource[] dataGraph, ConstraintComponent.Scope scope, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider)PlanNodeSimpleAbstractConstraintComponent. getAllTargetsPlan(ConnectionsGroup connectionsGroup, org.eclipse.rdf4j.model.Resource[] dataGraph, ConstraintComponent.Scope scope, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider)PlanNodeUniqueLangConstraintComponent. getAllTargetsPlan(ConnectionsGroup connectionsGroup, org.eclipse.rdf4j.model.Resource[] dataGraph, ConstraintComponent.Scope scope, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider)PlanNodeQualifiedMaxCountConstraintComponent. negated(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, PlanNodeProvider overrideTargetNode, ConstraintComponent.Scope scope)PlanNodeQualifiedMinCountConstraintComponent. negated(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, PlanNodeProvider overrideTargetNode, ConstraintComponent.Scope scope)booleanAbstractConstraintComponent. requiresEvaluation(ConnectionsGroup connectionsGroup, ConstraintComponent.Scope scope, org.eclipse.rdf4j.model.Resource[] dataGraph, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider)booleanAndConstraintComponent. requiresEvaluation(ConnectionsGroup connectionsGroup, ConstraintComponent.Scope scope, org.eclipse.rdf4j.model.Resource[] dataGraph, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider)booleanClassConstraintComponent. requiresEvaluation(ConnectionsGroup connectionsGroup, ConstraintComponent.Scope scope, org.eclipse.rdf4j.model.Resource[] dataGraph, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider)booleanConstraintComponent. requiresEvaluation(ConnectionsGroup connectionsGroup, ConstraintComponent.Scope scope, org.eclipse.rdf4j.model.Resource[] dataGraph, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider)booleanNotConstraintComponent. requiresEvaluation(ConnectionsGroup connectionsGroup, ConstraintComponent.Scope scope, org.eclipse.rdf4j.model.Resource[] dataGraph, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider)booleanOrConstraintComponent. requiresEvaluation(ConnectionsGroup connectionsGroup, ConstraintComponent.Scope scope, org.eclipse.rdf4j.model.Resource[] dataGraph, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider)booleanQualifiedMaxCountConstraintComponent. requiresEvaluation(ConnectionsGroup connectionsGroup, ConstraintComponent.Scope scope, org.eclipse.rdf4j.model.Resource[] dataGraph, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider)booleanQualifiedMinCountConstraintComponent. requiresEvaluation(ConnectionsGroup connectionsGroup, ConstraintComponent.Scope scope, org.eclipse.rdf4j.model.Resource[] dataGraph, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider) -
Uses of ConstraintComponent.Scope in org.eclipse.rdf4j.sail.shacl.ast.planNodes
Methods in org.eclipse.rdf4j.sail.shacl.ast.planNodes that return ConstraintComponent.Scope Modifier and Type Method Description ConstraintComponent.ScopeValidationTuple. getScope()Methods in org.eclipse.rdf4j.sail.shacl.ast.planNodes with parameters of type ConstraintComponent.Scope Modifier and Type Method Description static UnorderedSelect.Mapper.ObjectScopedMapperUnorderedSelect.Mapper.ObjectScopedMapper. getFunction(ConstraintComponent.Scope scope)static UnorderedSelect.Mapper.SubjectScopedMapperUnorderedSelect.Mapper.SubjectScopedMapper. getFunction(ConstraintComponent.Scope scope)static Function<org.eclipse.rdf4j.query.BindingSet,ValidationTuple>BulkedExternalInnerJoin. getMapper(String a, String c, ConstraintComponent.Scope scope, org.eclipse.rdf4j.model.Resource[] dataGraph)Constructors in org.eclipse.rdf4j.sail.shacl.ast.planNodes with parameters of type ConstraintComponent.Scope Constructor Description AllTargetsPlanNode(ConnectionsGroup connectionsGroup, org.eclipse.rdf4j.model.Resource[] dataGraph, ArrayDeque<EffectiveTarget.EffectiveTargetObject> chain, List<StatementMatcher.Variable> vars, ConstraintComponent.Scope scope)BindSelect(SailConnection connection, org.eclipse.rdf4j.model.Resource[] dataGraph, String query, List<StatementMatcher.Variable> vars, PlanNode source, List<String> varNames, ConstraintComponent.Scope scope, int bulkSize, EffectiveTarget.Extend direction, boolean includePropertyShapeValues)ValidationTuple(List<org.eclipse.rdf4j.model.Value> chain, ConstraintComponent.Scope scope, boolean hasValue, org.eclipse.rdf4j.model.Resource[] contexts)ValidationTuple(org.eclipse.rdf4j.model.Value[] chain, ConstraintComponent.Scope scope, boolean hasValue, org.eclipse.rdf4j.model.Resource[] contexts)ValidationTuple(org.eclipse.rdf4j.model.Value a, org.eclipse.rdf4j.model.Value c, ConstraintComponent.Scope scope, boolean hasValue, org.eclipse.rdf4j.model.Resource context)ValidationTuple(org.eclipse.rdf4j.model.Value a, org.eclipse.rdf4j.model.Value c, ConstraintComponent.Scope scope, boolean hasValue, org.eclipse.rdf4j.model.Resource[] contexts)ValidationTuple(org.eclipse.rdf4j.model.Value subject, ConstraintComponent.Scope scope, boolean hasValue, org.eclipse.rdf4j.model.Resource context)ValidationTuple(org.eclipse.rdf4j.model.Value subject, ConstraintComponent.Scope scope, boolean hasValue, org.eclipse.rdf4j.model.Resource[] contexts)ValidationTuple(org.eclipse.rdf4j.query.BindingSet bindingSet, String[] variables, ConstraintComponent.Scope scope, boolean hasValue, org.eclipse.rdf4j.model.Resource[] contexts)ValidationTuple(org.eclipse.rdf4j.query.BindingSet bindingSet, List<String> variables, ConstraintComponent.Scope scope, boolean hasValue, org.eclipse.rdf4j.model.Resource[] contexts)ValuesBackedNode(SortedSet<org.eclipse.rdf4j.model.Value> values, ConstraintComponent.Scope scope, org.eclipse.rdf4j.model.Resource[] contexts) -
Uses of ConstraintComponent.Scope in org.eclipse.rdf4j.sail.shacl.ast.targets
Methods in org.eclipse.rdf4j.sail.shacl.ast.targets with parameters of type ConstraintComponent.Scope Modifier and Type Method Description PlanNodeEffectiveTarget. extend(PlanNode source, ConnectionsGroup connectionsGroup, org.eclipse.rdf4j.model.Resource[] dataGraph, ConstraintComponent.Scope scope, EffectiveTarget.Extend direction, boolean includePropertyShapeValues, Function<PlanNode,PlanNode> filter)PlanNodeDashAllObjects. getAdded(ConnectionsGroup connectionsGroup, org.eclipse.rdf4j.model.Resource[] dataGraph, ConstraintComponent.Scope scope)PlanNodeDashAllSubjects. getAdded(ConnectionsGroup connectionsGroup, org.eclipse.rdf4j.model.Resource[] dataGraph, ConstraintComponent.Scope scope)PlanNodeRSXTargetShape. getAdded(ConnectionsGroup connectionsGroup, org.eclipse.rdf4j.model.Resource[] dataGraph, ConstraintComponent.Scope scope)abstract PlanNodeTarget. getAdded(ConnectionsGroup connectionsGroup, org.eclipse.rdf4j.model.Resource[] dataGraph, ConstraintComponent.Scope scope)PlanNodeTargetClass. getAdded(ConnectionsGroup connectionsGroup, org.eclipse.rdf4j.model.Resource[] dataGraph, ConstraintComponent.Scope scope)PlanNodeTargetNode. getAdded(ConnectionsGroup connectionsGroup, org.eclipse.rdf4j.model.Resource[] dataGraph, ConstraintComponent.Scope scope)PlanNodeTargetObjectsOf. getAdded(ConnectionsGroup connectionsGroup, org.eclipse.rdf4j.model.Resource[] dataGraph, ConstraintComponent.Scope scope)PlanNodeTargetSubjectsOf. getAdded(ConnectionsGroup connectionsGroup, org.eclipse.rdf4j.model.Resource[] dataGraph, ConstraintComponent.Scope scope)PlanNodeEffectiveTarget. getAllTargets(ConnectionsGroup connectionsGroup, org.eclipse.rdf4j.model.Resource[] dataGraph, ConstraintComponent.Scope scope)EffectiveTargetTargetChain. getEffectiveTarget(ConstraintComponent.Scope scope, RdfsSubClassOfReasoner rdfsSubClassOfReasoner, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider)PlanNodeEffectiveTarget. getPlanNode(ConnectionsGroup connectionsGroup, org.eclipse.rdf4j.model.Resource[] dataGraph, ConstraintComponent.Scope scope, boolean includeTargetsAffectedByRemoval, Function<PlanNode,PlanNode> filter)Constructors in org.eclipse.rdf4j.sail.shacl.ast.targets with parameters of type ConstraintComponent.Scope Constructor Description TargetChainRetriever(ConnectionsGroup connectionsGroup, org.eclipse.rdf4j.model.Resource[] dataGraph, List<StatementMatcher> statementMatchers, List<StatementMatcher> removedStatementMatchers, String queryFragment, List<StatementMatcher.Variable> vars, ConstraintComponent.Scope scope) -
Uses of ConstraintComponent.Scope in org.eclipse.rdf4j.sail.shacl.results
Constructors in org.eclipse.rdf4j.sail.shacl.results with parameters of type ConstraintComponent.Scope Constructor Description ValidationResult(org.eclipse.rdf4j.model.Value focusNode, org.eclipse.rdf4j.model.Value value, Shape shape, SourceConstraintComponent sourceConstraintComponent, Severity severity, ConstraintComponent.Scope scope, org.eclipse.rdf4j.model.Resource[] dataGraphs, org.eclipse.rdf4j.model.Resource[] shapesGraphs)Deprecated.
-