public class SparqlEndpoint extends SparqlElement
Modifier and Type | Field and Description |
---|---|
protected java.net.URI |
uri
The query endpoint address
|
Constructor and Description |
---|
SparqlEndpoint()
Create a new instance of SparqlEndpoint
|
Modifier and Type | Method and Description |
---|---|
SparqlElement |
getElement(java.lang.String elemID)
Get the element with the specified unique ID.
|
java.net.URI |
getUri()
Get the URI address.
|
java.lang.String |
partToString()
Get a string-based description of this query component for info purposes only.
|
java.lang.String |
queryString()
Get a string-based description of this query component.
|
void |
reset()
Reset the values
|
void |
setUri(java.net.URI thisUri)
Set the URI address.
|
getType, getUuid, getValue, setFilter, setFunction, setNot, setType, setUuid, setValue
public void reset()
reset
in class SparqlElement
public SparqlElement getElement(java.lang.String elemID)
getElement
in class SparqlElement
elemID
- the element id.public void setUri(java.net.URI thisUri)
thisUri
- the URI address.public java.net.URI getUri()
public java.lang.String partToString()
partToString
in class SparqlElement
public java.lang.String queryString()
queryString
in class SparqlElement