Uses of Class
org.eclipse.rdf4j.sail.shacl.ast.paths.Path
Package
Description
-
Uses of Path in org.eclipse.rdf4j.sail.shacl.ast.paths
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
Modifier and TypeMethodDescriptionstatic Path
Path.buildPath
(ShapeSource shapeSource, Resource id) ModifierConstructorDescriptionInversePath
(Resource id, Path path) OneOrMorePath
(Resource id, Path path) ZeroOrMorePath
(Resource id, Path path) ZeroOrOnePath
(Resource id, Path path) ModifierConstructorDescriptionAlternativePath
(Resource id, Resource alternativePathId, List<Path> paths) SequencePath
(Resource id, List<Path> paths) -
Uses of Path in org.eclipse.rdf4j.sail.shacl.ast.targets
-
Uses of Path in org.eclipse.rdf4j.sail.shacl.results
ModifierConstructorDescriptionValidationResult
(Value focusNode, Value value, org.eclipse.rdf4j.sail.shacl.ast.Shape shape, ConstraintComponent sourceConstraint, org.eclipse.rdf4j.sail.shacl.ast.Severity severity, ConstraintComponent.Scope scope, Resource[] dataGraphs, Resource[] shapesGraphs, Path rsxPairwisePath) Deprecated.