Uses of Class
org.eclipse.rdf4j.sail.shacl.ast.targets.TargetChain
-
Packages that use TargetChain Package Description org.eclipse.rdf4j.sail.shacl.ast org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents org.eclipse.rdf4j.sail.shacl.ast.targets -
-
Uses of TargetChain in org.eclipse.rdf4j.sail.shacl.ast
Fields in org.eclipse.rdf4j.sail.shacl.ast declared as TargetChain Modifier and Type Field Description (package private) TargetChain
Shape. targetChain
Methods in org.eclipse.rdf4j.sail.shacl.ast that return TargetChain Modifier and Type Method Description TargetChain
Shape. getTargetChain()
TargetChain
TargetChainInterface. getTargetChain()
Methods in org.eclipse.rdf4j.sail.shacl.ast with parameters of type TargetChain Modifier and Type Method Description void
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 TargetChain Modifier and Type Field Description private TargetChain
AbstractConstraintComponent. targetChain
(package private) TargetChain
SimpleAbstractConstraintComponent. targetChain
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 (package private) static SparqlFragment
LogicalOperatorConstraintComponent. buildSparqlValidNodes_rsx_targetShape_inner(StatementMatcher.Variable subject, StatementMatcher.Variable object, RdfsSubClassOfReasoner rdfsSubClassOfReasoner, ConstraintComponent.Scope scope, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider, java.util.List<Shape> shapes, TargetChain targetChain, java.util.function.Function<java.util.List<SparqlFragment>,SparqlFragment> bgpCombiner, java.util.function.Function<java.util.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 TargetChain Modifier and Type Method Description TargetChain
TargetChain. add(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)
-