Class Variable
java.lang.Object
org.eclipse.rdf4j.sparqlbuilder.core.Variable
- All Implemented Interfaces:
Operand
,Assignable
,Groupable
,Orderable
,Projectable
,QueryElement
,GraphName
,RdfObject
,RdfPredicate
,RdfSubject
public class Variable
extends Object
implements Projectable, RdfSubject, RdfPredicate, RdfObject, Operand, Orderable, Groupable, GraphName, Assignable
A SPARQL query variable
- See Also:
-
Field Summary
Fields inherited from interface org.eclipse.rdf4j.sparqlbuilder.rdf.RdfPredicate
a
-
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.rdf4j.sparqlbuilder.core.Assignable
as
-
Method Details
-
getVarName
-
getQueryString
- Specified by:
getQueryString
in interfaceQueryElement
- Returns:
- the String representing the SPARQL syntax of this element
-
equals
-
hashCode
public int hashCode()
-