Class TargetChain
- java.lang.Object
-
- org.eclipse.rdf4j.sail.shacl.ast.targets.TargetChain
-
public class TargetChain extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.ArrayDeque<Targetable>
chain
private boolean
optimizable
-
Constructor Summary
Constructors Constructor Description TargetChain()
TargetChain(TargetChain targetChain)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TargetChain
add(Targetable o)
boolean
equals(java.lang.Object o)
EffectiveTarget
getEffectiveTarget(ConstraintComponent.Scope scope, RdfsSubClassOfReasoner rdfsSubClassOfReasoner, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider)
java.util.Set<Namespace>
getNamespaces()
java.util.Optional<Path>
getPath()
int
hashCode()
boolean
isOptimizable()
TargetChain
setOptimizable(boolean optimizable)
-
-
-
Field Detail
-
chain
private final java.util.ArrayDeque<Targetable> chain
-
optimizable
private 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()
-
getPath
public java.util.Optional<Path> getPath()
-
getEffectiveTarget
public EffectiveTarget getEffectiveTarget(ConstraintComponent.Scope scope, RdfsSubClassOfReasoner rdfsSubClassOfReasoner, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider)
-
getNamespaces
public java.util.Set<Namespace> getNamespaces()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-