Uses of Interface
org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath.PropertyPath
Packages that use PropertyPath
Package
Description
-
Uses of PropertyPath in org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath
Subinterfaces of PropertyPath in org.eclipse.rdf4j.sparqlbuilder.constraint.propertypathClasses in org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath that implement PropertyPathModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
Constructors in org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath with parameters of type PropertyPathModifierConstructorDescriptionAlternativePath
(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
Methods in org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath.builder that return PropertyPathModifier and TypeMethodDescriptionEmptyPropertyPathBuilder.build()
PropertyPathBuilder.build()
Build the path.Methods in org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath.builder with parameters of type PropertyPathModifier 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
Method parameters in org.eclipse.rdf4j.spring.support with type arguments of type PropertyPathModifier and TypeMethodDescriptionvoid
RDF4JTemplate.delete
(IRI start, List<PropertyPath> propertyPaths) Deletes the specified resource and all resourcesR
reached via any of the specified property paths.