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

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

public class ElementService
extends Element

A SERVICE pattern - access a remote SPARQL service.


Constructor Summary
ElementService(com.hp.hpl.jena.graph.Node n, Element el, boolean silent)
           
ElementService(String serviceURI, Element el)
           
ElementService(String serviceURI, Element el, boolean silent)
           
 
Method Summary
 boolean equalTo(Element el2, NodeIsomorphismMap isoMap)
           
 Element getElement()
           
 com.hp.hpl.jena.graph.Node getServiceNode()
           
 String getServiceURI()
           
 boolean getSilent()
           
 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

ElementService

public ElementService(String serviceURI,
                      Element el)

ElementService

public ElementService(String serviceURI,
                      Element el,
                      boolean silent)

ElementService

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

getElement

public Element getElement()

getServiceNode

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

getServiceURI

public String getServiceURI()

getSilent

public boolean getSilent()

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