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) TargetChainShape. targetChainMethods in org.eclipse.rdf4j.sail.shacl.ast that return TargetChain Modifier and Type Method Description TargetChainShape. getTargetChain()TargetChainTargetChainInterface. getTargetChain()Methods in org.eclipse.rdf4j.sail.shacl.ast with parameters of type TargetChain Modifier and Type Method Description voidPropertyShape. setTargetChain(TargetChain targetChain)voidShape. setTargetChain(TargetChain targetChain)voidTargetChainInterface. 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 TargetChainAbstractConstraintComponent. targetChain(package private) TargetChainSimpleAbstractConstraintComponent. targetChainMethods in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents that return TargetChain Modifier and Type Method Description TargetChainAbstractConstraintComponent. getTargetChain()TargetChainSimpleAbstractConstraintComponent. getTargetChain()Methods in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents with parameters of type TargetChain Modifier and Type Method Description (package private) static SparqlFragmentLogicalOperatorConstraintComponent. 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)voidAbstractConstraintComponent. setTargetChain(TargetChain targetChain)voidAndConstraintComponent. setTargetChain(TargetChain targetChain)voidNotConstraintComponent. setTargetChain(TargetChain targetChain)voidOrConstraintComponent. setTargetChain(TargetChain targetChain)voidQualifiedMaxCountConstraintComponent. setTargetChain(TargetChain targetChain)voidQualifiedMinCountConstraintComponent. setTargetChain(TargetChain targetChain)voidSimpleAbstractConstraintComponent. setTargetChain(TargetChain targetChain)voidXoneConstraintComponent. 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 TargetChainTargetChain. add(Targetable o)TargetChainTargetChain. setOptimizable(boolean optimizable)Constructors in org.eclipse.rdf4j.sail.shacl.ast.targets with parameters of type TargetChain Constructor Description TargetChain(TargetChain targetChain)
-