Class AlternativePath
- java.lang.Object
-
- org.eclipse.rdf4j.sail.shacl.ast.paths.Path
-
- org.eclipse.rdf4j.sail.shacl.ast.paths.AlternativePath
-
- All Implemented Interfaces:
org.eclipse.rdf4j.sail.shacl.ast.Exportable
,org.eclipse.rdf4j.sail.shacl.ast.Identifiable
,org.eclipse.rdf4j.sail.shacl.ast.Targetable
public class AlternativePath extends Path
-
-
Constructor Summary
Constructors Constructor Description AlternativePath(Resource id, Resource alternativePathId, List<Path> paths)
AlternativePath(Resource id, Resource paths, ShapeSource shapeSource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PlanNode
getAllAdded(ConnectionsGroup connectionsGroup, Resource[] dataGraph, PlanNodeWrapper planNodeWrapper)
Get all values added in this transaction.PlanNode
getAnyAdded(ConnectionsGroup connectionsGroup, Resource[] dataGraph, PlanNodeWrapper planNodeWrapper)
Get values added in this transaction.org.eclipse.rdf4j.sail.shacl.ast.SparqlFragment
getTargetQueryFragment(org.eclipse.rdf4j.sail.shacl.ast.StatementMatcher.Variable subject, org.eclipse.rdf4j.sail.shacl.ast.StatementMatcher.Variable object, RdfsSubClassOfReasoner rdfsSubClassOfReasoner, org.eclipse.rdf4j.sail.shacl.ast.StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider, Set<String> inheritedVarNames)
boolean
isSupported()
void
toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection)
String
toSparqlPathString()
String
toString()
-
Methods inherited from class org.eclipse.rdf4j.sail.shacl.ast.paths.Path
buildPath, getId, getNamespaces, getVariablePrefix
-
-
-
-
Method Detail
-
toModel
public void toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection)
-
getAllAdded
public PlanNode getAllAdded(ConnectionsGroup connectionsGroup, Resource[] dataGraph, PlanNodeWrapper planNodeWrapper)
Description copied from class:Path
Get all values added in this transaction.- Specified by:
getAllAdded
in classPath
-
getAnyAdded
public PlanNode getAnyAdded(ConnectionsGroup connectionsGroup, Resource[] dataGraph, PlanNodeWrapper planNodeWrapper)
Description copied from class:Path
Get values added in this transaction. Validation performance may improve if more value are retrieved. Validation correctness and completeness will not be affected if fewer values are retrieved, or if no items are retrieved.- Specified by:
getAnyAdded
in classPath
-
isSupported
public boolean isSupported()
- Specified by:
isSupported
in classPath
-
toSparqlPathString
public String toSparqlPathString()
- Specified by:
toSparqlPathString
in classPath
-
getTargetQueryFragment
public org.eclipse.rdf4j.sail.shacl.ast.SparqlFragment getTargetQueryFragment(org.eclipse.rdf4j.sail.shacl.ast.StatementMatcher.Variable subject, org.eclipse.rdf4j.sail.shacl.ast.StatementMatcher.Variable object, RdfsSubClassOfReasoner rdfsSubClassOfReasoner, org.eclipse.rdf4j.sail.shacl.ast.StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider, Set<String> inheritedVarNames)
-
-