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

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

public class ElementSubQuery
extends Element


Constructor Summary
ElementSubQuery(Query query)
           
 
Method Summary
 boolean equalTo(Element other, NodeIsomorphismMap isoMap)
           
 Query getQuery()
           
 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

ElementSubQuery

public ElementSubQuery(Query query)
Method Detail

getQuery

public Query getQuery()

equalTo

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

hashCode

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

visit

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


Licenced under the Apache License, Version 2.0