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