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

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

public class ElementNamedGraph
extends Element

Evaluate a query element based on source information in a named collection.


Constructor Summary
ElementNamedGraph(Element el)
           
ElementNamedGraph(com.hp.hpl.jena.graph.Node n, Element el)
           
 
Method Summary
 boolean equalTo(Element el2, NodeIsomorphismMap isoMap)
           
 Element getElement()
           
 com.hp.hpl.jena.graph.Node getGraphNameNode()
           
 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

ElementNamedGraph

public ElementNamedGraph(Element el)

ElementNamedGraph

public ElementNamedGraph(com.hp.hpl.jena.graph.Node n,
                         Element el)
Method Detail

getGraphNameNode

public com.hp.hpl.jena.graph.Node getGraphNameNode()

getElement

public Element getElement()
Returns:
Returns the 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

visit

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


Licenced under the Apache License, Version 2.0