public class WhereExpression extends java.lang.Object implements java.lang.Comparable<WhereExpression>
| Constructor and Description |
|---|
WhereExpression(VariableOrIRI varOrIRI,
PropertyDecl elt) |
WhereExpression(VariableOrIRI varOrIRI,
PropertyDecl elt,
boolean isVar) |
WhereExpression(VariableOrIRI varOrIRI,
PropertyDecl elt,
short exprType) |
WhereExpression(VariableOrIRI varOrIRI,
TripleElement elt,
short exprType,
boolean isVar) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(WhereExpression o) |
boolean |
equals(java.lang.Object obj) |
TripleElement |
getElement() |
short |
getExpressionType() |
IRI |
getIRI() |
Variable |
getVariable() |
VariableOrIRI |
getVariableOrIRI() |
int |
hashCode() |
boolean |
isIRI() |
boolean |
isVar() |
boolean |
isVariable() |
public WhereExpression(VariableOrIRI varOrIRI, TripleElement elt, short exprType, boolean isVar)
public WhereExpression(VariableOrIRI varOrIRI, PropertyDecl elt, short exprType)
public WhereExpression(VariableOrIRI varOrIRI, PropertyDecl elt, boolean isVar)
public WhereExpression(VariableOrIRI varOrIRI, PropertyDecl elt)
public VariableOrIRI getVariableOrIRI()
public boolean isVariable()
public boolean isIRI()
public IRI getIRI()
public Variable getVariable()
public TripleElement getElement()
public boolean isVar()
public short getExpressionType()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int compareTo(WhereExpression o)
compareTo in interface java.lang.Comparable<WhereExpression>Copyright © 2025, 2026 Dassault Aviation. All Rights Reserved. Documentation and source under the LGPL v3 licence