Class GraphQLInterfaceImpl
java.lang.Object
se.liu.ida.hefquin.engine.federation.access.impl.DataRetrievalInterfaceBase
se.liu.ida.hefquin.engine.federation.access.impl.iface.GraphQLInterfaceImpl
- All Implemented Interfaces:
DataRetrievalInterface,GraphQLInterface
-
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, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface se.liu.ida.hefquin.engine.federation.access.DataRetrievalInterface
getID
-
Field Details
-
url
-
-
Constructor Details
-
GraphQLInterfaceImpl
-
-
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:GraphQLInterfaceReturns the URL of the HTTP endpoint of this interface.- Specified by:
getURLin interfaceGraphQLInterface
-
toString
-