Class EmptyPropertyPathBuilder
- java.lang.Object
-
- org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath.builder.EmptyPropertyPathBuilder
-
public class EmptyPropertyPathBuilder extends Object
- Since:
- 4.0.0
- Author:
- Florian Kleedorfer
-
-
Constructor Summary
Constructors Constructor Description EmptyPropertyPathBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertyPath
build()
NegatedPropertySetBuilder
negProp()
Start a path that will be enclosed with`! (` and `)`
.PropertyPathBuilder
pred(IRI predicate)
Start the path withpredicate
.PropertyPathBuilder
pred(Iri predicate)
Start the path withpredicate
.
-
-
-
Method Detail
-
negProp
public NegatedPropertySetBuilder negProp()
Start a path that will be enclosed with`! (` and `)`
.
-
pred
public PropertyPathBuilder pred(IRI predicate)
Start the path withpredicate
.
-
pred
public PropertyPathBuilder pred(Iri predicate)
Start the path withpredicate
.
-
build
public PropertyPath build()
-
-