Class Bind
- java.lang.Object
-
- org.eclipse.rdf4j.sparqlbuilder.constraint.Bind
-
- All Implemented Interfaces:
QueryElement
,GraphPattern
public class Bind extends java.lang.Object implements GraphPattern
- Since:
- 4.0.0
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.String
AS
private Assignable
expression
private Variable
var
-
Constructor Summary
Constructors Constructor Description Bind(Assignable exp, Variable var)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getQueryString()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.rdf4j.sparqlbuilder.graphpattern.GraphPattern
and, filter, filterExists, filterExists, filterNotExists, from, isEmpty, minus, optional, optional, union
-
-
-
-
Field Detail
-
AS
private static final java.lang.String AS
- See Also:
- Constant Field Values
-
expression
private final Assignable expression
-
var
private final Variable var
-
-
Constructor Detail
-
Bind
Bind(Assignable exp, Variable var)
-
-
Method Detail
-
getQueryString
public java.lang.String getQueryString()
- Specified by:
getQueryString
in interfaceQueryElement
- Returns:
- the String representing the SPARQL syntax of this element
-
-