-
PropertyPathBuilder.group()
Enclose the path with `(` and `)`
.
PropertyPathBuilder.inv()
Invert whatever comes next (i.e.
PropertyPathBuilder.of(IRI predicate)
PropertyPathBuilder.of(Iri predicate)
Append `|`
and the product of the subtreeBuilder
to the path.
PropertyPathBuilder.or(IRI predicate)
Append `|` path
to the path.
Append `|` path
to the path.
PropertyPathBuilder.or(Iri predicate)
Append `|` predicate
to the path.
EmptyPropertyPathBuilder.pred(IRI predicate)
Start the path with predicate
.
EmptyPropertyPathBuilder.pred(Iri predicate)
Start the path with predicate
.
Append `/`
and the product of the subtreeBuilder
to the path.
PropertyPathBuilder.then(IRI predicate)
Append `/` path
to the path.
Append `/` path
to the path.
PropertyPathBuilder.then(Iri predicate)
Append `/` predicate
to the path.