Class EmptyPropertyPathBuilder
- java.lang.Object
-
- org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath.builder.EmptyPropertyPathBuilder
-
public class EmptyPropertyPathBuilder extends java.lang.Object
- Since:
- 4.0.0
-
-
Field Summary
Fields Modifier and Type Field Description private NegatedPropertySetBuilder
negatedPropertySetBuilder
private PropertyPathBuilder
propertyPathBuilder
-
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
.
-
-
-
Field Detail
-
negatedPropertySetBuilder
private NegatedPropertySetBuilder negatedPropertySetBuilder
-
propertyPathBuilder
private PropertyPathBuilder propertyPathBuilder
-
-
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()
-
-