Class PropertyPaths
java.lang.Object
org.eclipse.rdf4j.sparqlbuilder.core.PropertyPaths
Deprecated.
Use the
PropertyPathBuilder
instead.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic RdfPredicate
Deprecated.static RdfPredicate
oneOrMore
(RdfPredicate aElement) Deprecated.static RdfPredicate
Deprecated.static RdfPredicate
path
(RdfPredicate... aElements) Deprecated.Construct property paths for use with theSparqlBuilder
static RdfPredicate
zeroOrMore
(IRI aElement) Deprecated.static RdfPredicate
zeroOrMore
(RdfPredicate aElement) Deprecated.
-
Constructor Details
-
PropertyPaths
public PropertyPaths()Deprecated.
-
-
Method Details
-
path
Deprecated.Construct property paths for use with theSparqlBuilder
Example:
subject.has(path(zeroOrMore(property)), object)
.- Parameters:
aElements
- the path elements- Returns:
- a property path
-
path
Deprecated. -
zeroOrMore
Deprecated. -
zeroOrMore
Deprecated. -
oneOrMore
Deprecated. -
oneOrMore
Deprecated.
-