Uses of Class
org.eclipse.rdf4j.sail.shacl.ast.paths.Path
-
-
Uses of Path in org.eclipse.rdf4j.sail.shacl.ast
Fields in org.eclipse.rdf4j.sail.shacl.ast declared as Path Modifier and Type Field Description (package private) Path
PropertyShape. path
Methods in org.eclipse.rdf4j.sail.shacl.ast that return Path Modifier and Type Method Description Path
PropertyShape. getPath()
Methods in org.eclipse.rdf4j.sail.shacl.ast with parameters of type Path Modifier and Type Method Description java.util.stream.Stream<EffectiveTarget.StatementsAndMatcher>
SparqlFragment. getRoot(ConnectionsGroup connectionsGroup, Resource[] dataGraph, Path path, StatementMatcher currentStatementMatcher, java.util.List<Statement> currentStatements)
java.util.stream.Stream<EffectiveTarget.StatementsAndMatcher>
SparqlFragment.TraceBack. getRoot(ConnectionsGroup connectionsGroup, Resource[] dataGraph, Path path, StatementMatcher currentStatementMatcher, java.util.List<Statement> currentStatements)
-
Uses of Path in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents
Fields in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents with type parameters of type Path Modifier and Type Field Description private java.util.List<Path>
ClosedConstraintComponent. paths
Method parameters in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents with type arguments of type Path Modifier and Type Method Description private PlanNode
SimpleAbstractConstraintComponent. getPlanNodeForOverrideTargetNode(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, PlanNodeProvider overrideTargetNode, ConstraintComponent.Scope scope, boolean negatePlan, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider, EffectiveTarget effectiveTarget, java.util.Optional<Path> path)
private PlanNode
SparqlConstraintComponent. getPlanNodeForOverrideTargetNode(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, PlanNodeProvider overrideTargetNode, ConstraintComponent.Scope scope, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider, EffectiveTarget effectiveTarget, java.util.Optional<Path> path)
-
Uses of Path in org.eclipse.rdf4j.sail.shacl.ast.paths
Subclasses of Path in org.eclipse.rdf4j.sail.shacl.ast.paths Modifier and Type Class Description class
AlternativePath
class
InversePath
class
OneOrMorePath
class
SequencePath
class
SimplePath
class
ZeroOrMorePath
class
ZeroOrOnePath
Fields in org.eclipse.rdf4j.sail.shacl.ast.paths declared as Path Modifier and Type Field Description private Path
InversePath. path
private Path
OneOrMorePath. path
private Path
ZeroOrMorePath. path
private Path
ZeroOrOnePath. path
Fields in org.eclipse.rdf4j.sail.shacl.ast.paths with type parameters of type Path Modifier and Type Field Description private java.util.List<Path>
AlternativePath. paths
private java.util.List<Path>
SequencePath. paths
Methods in org.eclipse.rdf4j.sail.shacl.ast.paths that return Path Modifier and Type Method Description static Path
Path. buildPath(ShapeSource shapeSource, Resource id)
Constructors in org.eclipse.rdf4j.sail.shacl.ast.paths with parameters of type Path Constructor Description InversePath(Resource id, Path path)
OneOrMorePath(Resource id, Path path)
ZeroOrMorePath(Resource id, Path path)
ZeroOrOnePath(Resource id, Path path)
Constructor parameters in org.eclipse.rdf4j.sail.shacl.ast.paths with type arguments of type Path Constructor Description AlternativePath(Resource id, Resource alternativePathId, java.util.List<Path> paths)
SequencePath(Resource id, java.util.List<Path> paths)
-
Uses of Path in org.eclipse.rdf4j.sail.shacl.ast.targets
Methods in org.eclipse.rdf4j.sail.shacl.ast.targets that return types with arguments of type Path Modifier and Type Method Description java.util.Optional<Path>
TargetChain. getPath()
-
Uses of Path in org.eclipse.rdf4j.sail.shacl.results
Fields in org.eclipse.rdf4j.sail.shacl.results declared as Path Modifier and Type Field Description private Path
ValidationResult. path
Deprecated.Methods in org.eclipse.rdf4j.sail.shacl.results that return Path Modifier and Type Method Description private Path
ValidationResult. getPath()
Deprecated.
-