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 -
-
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)
-
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()
-