Uses of Class
org.eclipse.rdf4j.sail.shacl.ast.targets.TargetChain
-
Packages that use TargetChain Package Description org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents org.eclipse.rdf4j.sail.shacl.ast.targets -
-
Uses of TargetChain in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents
Methods in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents that return TargetChain Modifier and Type Method Description TargetChain
AbstractConstraintComponent. getTargetChain()
TargetChain
SimpleAbstractConstraintComponent. getTargetChain()
Methods in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents with parameters of type TargetChain Modifier and Type Method Description 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 TargetChain Modifier and Type Method Description TargetChain
TargetChain. add(org.eclipse.rdf4j.sail.shacl.ast.Targetable o)
TargetChain
TargetChain. setOptimizable(boolean optimizable)
Constructors in org.eclipse.rdf4j.sail.shacl.ast.targets with parameters of type TargetChain Constructor Description TargetChain(TargetChain targetChain)
-