Uses of Class
org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath.builder.PropertyPathBuilder
Packages that use PropertyPathBuilder
-
Uses of PropertyPathBuilder in org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath.builder
Methods in org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath.builder that return PropertyPathBuilderModifier and TypeMethodDescriptionPropertyPathBuilder.group()
Enclose the path with`(` and `)`
.PropertyPathBuilder.inv()
Invert whatever comes next (i.e.static PropertyPathBuilder
static PropertyPathBuilder
PropertyPathBuilder.oneOrMore()
Append`+`
to the path.PropertyPathBuilder.or
(Consumer<EmptyPropertyPathBuilder> subtreeBuilder) Append`|`
and the product of thesubtreeBuilder
to the path.Append`|` path
to the path.PropertyPathBuilder.or
(PropertyPath path) Append`|` path
to the path.Append`|` predicate
to the path.Start the path withpredicate
.Start the path withpredicate
.PropertyPathBuilder.then
(Consumer<EmptyPropertyPathBuilder> subtreeBuilder) Append`/`
and the product of thesubtreeBuilder
to the path.Append`/` path
to the path.PropertyPathBuilder.then
(PropertyPath path) Append`/` path
to the path.Append`/` predicate
to the path.PropertyPathBuilder.zeroOrMore()
Append`*`
to the path.PropertyPathBuilder.zeroOrOne()
Append`?`
to the path.