Class TargetChain
- java.lang.Object
-
- org.eclipse.rdf4j.sail.shacl.ast.targets.TargetChain
-
public class TargetChain extends Object
-
-
Constructor Summary
Constructors Constructor Description TargetChain()TargetChain(TargetChain targetChain)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TargetChainadd(Targetable o)booleanequals(Object o)EffectiveTargetgetEffectiveTarget(ConstraintComponent.Scope scope, RdfsSubClassOfReasoner rdfsSubClassOfReasoner, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider)Set<org.eclipse.rdf4j.model.Namespace>getNamespaces()Optional<Path>getPath()inthashCode()booleanisOptimizable()TargetChainsetOptimizable(boolean optimizable)
-
-
-
Constructor Detail
-
TargetChain
public TargetChain()
-
TargetChain
public TargetChain(TargetChain targetChain)
-
-
Method Detail
-
add
public TargetChain add(Targetable o)
-
setOptimizable
public TargetChain setOptimizable(boolean optimizable)
-
isOptimizable
public boolean isOptimizable()
-
getEffectiveTarget
public EffectiveTarget getEffectiveTarget(ConstraintComponent.Scope scope, RdfsSubClassOfReasoner rdfsSubClassOfReasoner, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider)
-
getNamespaces
public Set<org.eclipse.rdf4j.model.Namespace> getNamespaces()
-
-