Uses of Interface
org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath.PropertyPath
Package
Description
-
Uses of PropertyPath in org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
ModifierConstructorDescriptionAlternativePath(PropertyPath left, PropertyPath right)
GroupedPath(PropertyPath path)
InversePath(PropertyPath path)
OneOrMorePath(PropertyPath path)
SequencePath(PropertyPath left, PropertyPath right)
ZeroOrMorePath(PropertyPath path)
ZeroOrOnePath(PropertyPath path)
-
Uses of PropertyPath in org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath.builder
Modifier and TypeMethodDescriptionEmptyPropertyPathBuilder.build()
PropertyPathBuilder.build()
Build the path.Modifier and TypeMethodDescriptionPropertyPathBuilder.or(PropertyPath path)
Append`|` path
to the path.PropertyPathBuilder.then(PropertyPath path)
Append`/` path
to the path. -
Uses of PropertyPath in org.eclipse.rdf4j.spring.support
Modifier and TypeMethodDescriptionvoid
RDF4JTemplate.delete(IRI start, List<PropertyPath> propertyPaths)
Deletes the specified resource and all resourcesR
reached via any of the specified property paths.