com.hp.hpl.jena.sparql.syntax
Class ElementService
java.lang.Object
com.hp.hpl.jena.sparql.syntax.Element
com.hp.hpl.jena.sparql.syntax.ElementService
public class ElementService
- extends Element
A SERVICE pattern - access a remote SPARQL service.
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)
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