Uses of Class
org.eclipse.rdf4j.sail.shacl.ast.targets.TargetChain
Packages that use TargetChain
Package
Description
-
Uses of TargetChain in org.eclipse.rdf4j.sail.shacl.ast
Fields in org.eclipse.rdf4j.sail.shacl.ast declared as TargetChainMethods in org.eclipse.rdf4j.sail.shacl.ast that return TargetChainMethods in org.eclipse.rdf4j.sail.shacl.ast with parameters of type TargetChainModifier and TypeMethodDescriptionvoid
PropertyShape.setTargetChain
(TargetChain targetChain) void
Shape.setTargetChain
(TargetChain targetChain) void
TargetChainInterface.setTargetChain
(TargetChain targetChain) -
Uses of TargetChain in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents
Fields in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents declared as TargetChainModifier and TypeFieldDescriptionprivate TargetChain
AbstractConstraintComponent.targetChain
(package private) TargetChain
SimpleAbstractConstraintComponent.targetChain
Methods in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents that return TargetChainModifier and TypeMethodDescriptionAbstractConstraintComponent.getTargetChain()
SimpleAbstractConstraintComponent.getTargetChain()
Methods in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents with parameters of type TargetChainModifier and TypeMethodDescription(package private) static SparqlFragment
LogicalOperatorConstraintComponent.buildSparqlValidNodes_rsx_targetShape_inner
(StatementMatcher.Variable subject, StatementMatcher.Variable object, RdfsSubClassOfReasoner rdfsSubClassOfReasoner, ConstraintComponent.Scope scope, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider, List<Shape> shapes, TargetChain targetChain, Function<List<SparqlFragment>, SparqlFragment> bgpCombiner, Function<List<SparqlFragment>, SparqlFragment> filterCombiner) void
AbstractConstraintComponent.setTargetChain
(TargetChain targetChain) void
AndConstraintComponent.setTargetChain
(TargetChain targetChain) void
NotConstraintComponent.setTargetChain
(TargetChain targetChain) void
OrConstraintComponent.setTargetChain
(TargetChain targetChain) void
QualifiedMaxCountConstraintComponent.setTargetChain
(TargetChain targetChain) void
QualifiedMinCountConstraintComponent.setTargetChain
(TargetChain targetChain) void
SimpleAbstractConstraintComponent.setTargetChain
(TargetChain targetChain) void
XoneConstraintComponent.setTargetChain
(TargetChain targetChain) -
Uses of TargetChain in org.eclipse.rdf4j.sail.shacl.ast.targets
Methods in org.eclipse.rdf4j.sail.shacl.ast.targets that return TargetChainModifier and TypeMethodDescriptionTargetChain.add
(Targetable o) TargetChain.setOptimizable
(boolean optimizable) Constructors in org.eclipse.rdf4j.sail.shacl.ast.targets with parameters of type TargetChain