Uses of Class
org.eclipse.rdf4j.sail.shacl.ast.targets.EffectiveTarget.EffectiveTargetFragment
-
Packages that use EffectiveTarget.EffectiveTargetFragment Package Description org.eclipse.rdf4j.sail.shacl.ast.planNodes org.eclipse.rdf4j.sail.shacl.ast.targets -
-
Uses of EffectiveTarget.EffectiveTargetFragment in org.eclipse.rdf4j.sail.shacl.ast.planNodes
Constructor parameters in org.eclipse.rdf4j.sail.shacl.ast.planNodes with type arguments of type EffectiveTarget.EffectiveTargetFragment Constructor Description AllTargetsPlanNode(SailConnection sailConnection, org.eclipse.rdf4j.model.Resource[] dataGraph, ArrayDeque<EffectiveTarget.EffectiveTargetFragment> chain, List<StatementMatcher.Variable<org.eclipse.rdf4j.model.Value>> vars, ConstraintComponent.Scope scope) -
Uses of EffectiveTarget.EffectiveTargetFragment in org.eclipse.rdf4j.sail.shacl.ast.targets
Constructors in org.eclipse.rdf4j.sail.shacl.ast.targets with parameters of type EffectiveTarget.EffectiveTargetFragment Constructor Description EffectiveTargetFragment(StatementMatcher.Variable<org.eclipse.rdf4j.model.Value> var, Targetable target, EffectiveTarget.EffectiveTargetFragment prev, RdfsSubClassOfReasoner rdfsSubClassOfReasoner, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider)TargetChainRetriever(ConnectionsGroup connectionsGroup, org.eclipse.rdf4j.model.Resource[] dataGraph, List<StatementMatcher> statementMatchers, List<StatementMatcher> removedStatementMatchers, EffectiveTarget.EffectiveTargetFragment removedStatementTarget, SparqlFragment queryFragment, List<StatementMatcher.Variable<org.eclipse.rdf4j.model.Value>> vars, ConstraintComponent.Scope scope, boolean hasValue)
-