Class TPFRequestImpl
java.lang.Object
se.liu.ida.hefquin.engine.federation.access.impl.req.TriplePatternRequestImpl
se.liu.ida.hefquin.engine.federation.access.impl.req.TPFRequestImpl
- All Implemented Interfaces:
DataRetrievalRequest,SPARQLRequest,TPFRequest,TriplePatternRequest
-
Field Summary
FieldsFields inherited from class se.liu.ida.hefquin.engine.federation.access.impl.req.TriplePatternRequestImpl
tp -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanIf this request is for a specific page of the requested TPF, then this method returns the URL from which that page can be retrieved.Methods inherited from class se.liu.ida.hefquin.engine.federation.access.impl.req.TriplePatternRequestImpl
getExpectedVariables, getQueryPattern, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface se.liu.ida.hefquin.engine.federation.access.DataRetrievalRequest
getExpectedVariables, toStringMethods inherited from interface se.liu.ida.hefquin.engine.federation.access.SPARQLRequest
getQueryMethods inherited from interface se.liu.ida.hefquin.engine.federation.access.TriplePatternRequest
getQueryPattern
-
Field Details
-
pageURL
-
-
Constructor Details
-
TPFRequestImpl
-
TPFRequestImpl
-
-
Method Details
-
equals
- Overrides:
equalsin classTriplePatternRequestImpl
-
getPageURL
Description copied from interface:TPFRequestIf this request is for a specific page of the requested TPF, then this method returns the URL from which that page can be retrieved. Otherwise, this method returnsnull, which means that the request is for the first page. The URL for a specific page (as may be returned by this method) is typically mentioned in the metadata of the previous page (seeTPFResponse.getNextPageURL()).- Specified by:
getPageURLin interfaceTPFRequest
-