Class SPARQLEndpointInterfaceImpl
java.lang.Object
se.liu.ida.hefquin.engine.federation.access.impl.DataRetrievalInterfaceBase
se.liu.ida.hefquin.engine.federation.access.impl.iface.SPARQLEndpointInterfaceImpl
- All Implemented Interfaces:
DataRetrievalInterface,SolMapRetrievalInterface,SPARQLEndpointInterface
public class SPARQLEndpointInterfaceImpl
extends DataRetrievalInterfaceBase
implements SPARQLEndpointInterface
-
Field Summary
FieldsFields inherited from class se.liu.ida.hefquin.engine.federation.access.impl.DataRetrievalInterfaceBase
id -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class se.liu.ida.hefquin.engine.federation.access.impl.DataRetrievalInterfaceBase
getIDMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface se.liu.ida.hefquin.engine.federation.access.DataRetrievalInterface
getID
-
Field Details
-
url
-
-
Constructor Details
-
SPARQLEndpointInterfaceImpl
-
-
Method Details
-
supportsTriplePatternRequests
public boolean supportsTriplePatternRequests()- Specified by:
supportsTriplePatternRequestsin interfaceDataRetrievalInterface
-
supportsBGPRequests
public boolean supportsBGPRequests()- Specified by:
supportsBGPRequestsin interfaceDataRetrievalInterface
-
supportsSPARQLPatternRequests
public boolean supportsSPARQLPatternRequests()- Specified by:
supportsSPARQLPatternRequestsin interfaceDataRetrievalInterface
-
supportsRequest
- Specified by:
supportsRequestin interfaceDataRetrievalInterface
-
getURL
Description copied from interface:SPARQLEndpointInterfaceReturns the URL of the HTTP endpoint of this interface.- Specified by:
getURLin interfaceSPARQLEndpointInterface
-
equals
-
hashCode
public int hashCode() -
toString
-