Class BRTPFRequestImpl
java.lang.Object
se.liu.ida.hefquin.engine.federation.access.impl.req.BindingsRestrictedTriplePatternRequestImpl
se.liu.ida.hefquin.engine.federation.access.impl.req.BRTPFRequestImpl
- All Implemented Interfaces:
BindingsRestrictedTriplePatternRequest,BRTPFRequest,DataRetrievalRequest
public class BRTPFRequestImpl
extends BindingsRestrictedTriplePatternRequestImpl
implements BRTPFRequest
-
Field Summary
FieldsFields inherited from class se.liu.ida.hefquin.engine.federation.access.impl.req.BindingsRestrictedTriplePatternRequestImpl
solMaps, tp -
Constructor Summary
ConstructorsConstructorDescriptionBRTPFRequestImpl(TriplePattern tp, Set<SolutionMapping> solMaps) BRTPFRequestImpl(TriplePattern tp, Set<SolutionMapping> solMaps, String pageURL) -
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.BindingsRestrictedTriplePatternRequestImpl
getExpectedVariables, getSolutionMappings, getTriplePattern, 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.BindingsRestrictedTriplePatternRequest
getSolutionMappings, getTriplePatternMethods inherited from interface se.liu.ida.hefquin.engine.federation.access.DataRetrievalRequest
getExpectedVariables, toString
-
Field Details
-
pageURL
-
-
Constructor Details
-
BRTPFRequestImpl
-
BRTPFRequestImpl
-
-
Method Details
-
equals
- Overrides:
equalsin classBindingsRestrictedTriplePatternRequestImpl
-
getPageURL
Description copied from interface:BRTPFRequestIf 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 interfaceBRTPFRequest
-