org.topbraid.spin.model
Interface Service

All Superinterfaces:
Element, ElementGroup, Printable

public interface Service
extends ElementGroup

A SERVICE element group.

Author:
Holger Knublauch

Method Summary
 java.lang.String getServiceURI()
          Gets the URI of the SPARQL end point to invoke.
 Variable getServiceVariable()
          The the variable of the SPARQL end point to invoke.
 
Methods inherited from interface org.topbraid.spin.model.ElementGroup
getElements
 
Methods inherited from interface org.topbraid.spin.model.Element
visit
 
Methods inherited from interface org.topbraid.spin.model.print.Printable
print
 

Method Detail

getServiceURI

java.lang.String getServiceURI()
Gets the URI of the SPARQL end point to invoke.

Returns:
the service URI (or null if this is a Variable)

getServiceVariable

Variable getServiceVariable()
The the variable of the SPARQL end point to invoke.

Returns:
the Variable (or null if this is a URI)