Class InversePath
- java.lang.Object
-
- org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath.InversePath
-
- All Implemented Interfaces:
PropertyPath
,QueryElement
,RdfPredicate
public class InversePath extends Object implements PropertyPath
- 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 InversePath(PropertyPath path)
-
-
-
Constructor Detail
-
InversePath
public InversePath(PropertyPath path)
-
-
Method Detail
-
getQueryString
public String getQueryString()
- Specified by:
getQueryString
in interfaceQueryElement
- Returns:
- the String representing the SPARQL syntax of this element
-
-