com.hp.hpl.jena.sparql.syntax
Class ElementFilter

java.lang.Object
  extended by com.hp.hpl.jena.sparql.syntax.Element
      extended by com.hp.hpl.jena.sparql.syntax.ElementFilter

public class ElementFilter
extends Element

A constraint (Filter) in a query expression.


Constructor Summary
ElementFilter(Expr expr)
           
 
Method Summary
 boolean equalTo(Element el2, NodeIsomorphismMap isoMap)
           
 Expr getExpr()
           
 int hashCode()
           
 void visit(ElementVisitor v)
           
 
Methods inherited from class com.hp.hpl.jena.sparql.syntax.Element
equals, toString, varsMentioned
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ElementFilter

public ElementFilter(Expr expr)
Method Detail

getExpr

public Expr getExpr()

visit

public void visit(ElementVisitor v)
Specified by:
visit in class Element

hashCode

public int hashCode()
Specified by:
hashCode in class Element

equalTo

public boolean equalTo(Element el2,
                       NodeIsomorphismMap isoMap)
Specified by:
equalTo in class Element


Licenced under the Apache License, Version 2.0