public class SparqlEndpointConfiguration extends Object implements EndpointConfiguration
EndpointConfiguration
for SPARQL endpoints.Constructor and Description |
---|
SparqlEndpointConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
setSupportsASKQueries(boolean flag)
Define whether this endpoint supports ASK queries.
|
boolean |
supportsASKQueries()
Flag indicating whether ASK queries are supported.
|
public boolean supportsASKQueries()
TripleSource
implementations may use this
information to decide whether to use ASK or SELECT for source selection.public void setSupportsASKQueries(boolean flag)
flag
- Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.