Class DataRetrievalInterfaceBase
java.lang.Object
se.liu.ida.hefquin.engine.federation.access.impl.DataRetrievalInterfaceBase
- All Implemented Interfaces:
DataRetrievalInterface
- Direct Known Subclasses:
GraphQLInterfaceImpl
,Neo4jInterfaceImpl
,SPARQLEndpointInterfaceImpl
,TPFInterfaceImpl
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getID()
Returns an identifier of this data retrieval interface (federation member), which should be unique.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface se.liu.ida.hefquin.engine.federation.access.DataRetrievalInterface
supportsBGPRequests, supportsRequest, supportsSPARQLPatternRequests, supportsTriplePatternRequests
-
Field Details
-
id
protected final int id
-
-
Constructor Details
-
DataRetrievalInterfaceBase
public DataRetrievalInterfaceBase()
-
-
Method Details
-
getID
public int getID()Description copied from interface:DataRetrievalInterface
Returns an identifier of this data retrieval interface (federation member), which should be unique.- Specified by:
getID
in interfaceDataRetrievalInterface
-