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 TypeMethodDescriptionintgetID()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, waitMethods 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:DataRetrievalInterfaceReturns an identifier of this data retrieval interface (federation member), which should be unique.- Specified by:
getIDin interfaceDataRetrievalInterface
-