public class Bind extends ExpressionList implements SparqlElement, IndentableElement
expressions, request| Modifier and Type | Method and Description |
|---|---|
void |
addExpression(Expression expression)
Add an expression with the default AND operator.
|
void |
addExpression(Expression expression,
short operator)
Add an expression.
|
boolean |
checkValidity()
Check the validity of the BIND expression.
|
boolean |
equals(java.lang.Object obj) |
int |
getIndex()
Return the index of the bind.
|
java.util.Set<java.lang.String> |
getInputVariables()
Return the input variables.
|
int |
getLevel()
Return the level of the BIND.
|
int |
hashCode() |
void |
setVariable(java.lang.String var)
Set the bounded variable.
|
createLiteral, createLiteral, createVariable, getExpressionsgetComment, hasComment, setCommentclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetComment, hasComment, setCommentindent, indentMore, indentParentpublic int getIndex()
public int getLevel()
getLevel in interface IndentableElementpublic void setVariable(java.lang.String var)
var - the variablepublic java.util.Set<java.lang.String> getInputVariables()
public void addExpression(Expression expression, short operator)
expression - the expressionoperator - the operatorpublic void addExpression(Expression expression)
expression - the expressionpublic boolean checkValidity()
checkValidity in class ExpressionListpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2025, 2026 Dassault Aviation. All Rights Reserved. Documentation and source under the LGPL v3 licence