Uses of Class
org.eclipse.rdf4j.sail.shacl.ast.targets.EffectiveTarget.Extend
-
Packages that use EffectiveTarget.Extend Package Description org.eclipse.rdf4j.sail.shacl.ast.planNodes org.eclipse.rdf4j.sail.shacl.ast.targets -
-
Uses of EffectiveTarget.Extend in org.eclipse.rdf4j.sail.shacl.ast.planNodes
Constructors in org.eclipse.rdf4j.sail.shacl.ast.planNodes with parameters of type EffectiveTarget.Extend Constructor Description BindSelect(SailConnection connection, Resource[] dataGraph, org.eclipse.rdf4j.sail.shacl.ast.SparqlFragment query, List<org.eclipse.rdf4j.sail.shacl.ast.StatementMatcher.Variable<Value>> vars, PlanNode source, List<String> varNames, ConstraintComponent.Scope scope, int bulkSize, EffectiveTarget.Extend direction, boolean includePropertyShapeValues)
-
Uses of EffectiveTarget.Extend in org.eclipse.rdf4j.sail.shacl.ast.targets
Methods in org.eclipse.rdf4j.sail.shacl.ast.targets that return EffectiveTarget.Extend Modifier and Type Method Description static EffectiveTarget.Extend
EffectiveTarget.Extend. valueOf(String name)
Returns the enum constant of this type with the specified name.static EffectiveTarget.Extend[]
EffectiveTarget.Extend. 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.targets with parameters of type EffectiveTarget.Extend Modifier and Type Method Description PlanNode
EffectiveTarget. extend(PlanNode source, ConnectionsGroup connectionsGroup, Resource[] dataGraph, ConstraintComponent.Scope scope, EffectiveTarget.Extend direction, boolean includePropertyShapeValues, Function<PlanNode,PlanNode> filter)
-