Class PredicatePath
- java.lang.Object
-
- org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath.PredicatePath
-
- All Implemented Interfaces:
PredicatePathOrInversePredicatePath
,PropertyPath
,QueryElement
,RdfPredicate
public class PredicatePath extends Object implements PredicatePathOrInversePredicatePath
- Since:
- 4.0.0
- Author:
- Florian Kleedorfer
-
-
Field Summary
-
Fields inherited from interface org.eclipse.rdf4j.sparqlbuilder.rdf.RdfPredicate
a
-
-
Constructor Summary
Constructors Constructor Description PredicatePath(IRI predicate)
PredicatePath(Iri predicate)
-
-
-
Method Detail
-
getQueryString
public String getQueryString()
- Specified by:
getQueryString
in interfaceQueryElement
- Returns:
- the String representing the SPARQL syntax of this element
-
-