Uses of Class
org.eclipse.rdf4j.sail.shacl.ast.paths.Path
-
Packages that use Path Package Description org.eclipse.rdf4j.sail.shacl.ast.paths org.eclipse.rdf4j.sail.shacl.ast.targets org.eclipse.rdf4j.sail.shacl.results -
-
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
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, List<Path> paths)
SequencePath(Resource id, 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 Optional<Path>
TargetChain. getPath()
-
Uses of Path in org.eclipse.rdf4j.sail.shacl.results
Constructors in org.eclipse.rdf4j.sail.shacl.results with parameters of type Path Constructor Description ValidationResult(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.
-