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.constraintcomponents
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 TypeMethodDescriptionvoid
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(org.eclipse.rdf4j.sail.shacl.ast.Targetable o)
TargetChain.setOptimizable(boolean optimizable)
Constructors in org.eclipse.rdf4j.sail.shacl.ast.targets with parameters of type TargetChain