Class TPFInterfaceImpl
java.lang.Object
se.liu.ida.hefquin.engine.federation.access.impl.DataRetrievalInterfaceBase
se.liu.ida.hefquin.engine.federation.access.impl.iface.TPFInterfaceImpl
- All Implemented Interfaces:
DataRetrievalInterface
,TPFInterface
,TriplesRetrievalInterface
- Direct Known Subclasses:
BRTPFInterfaceImpl
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal String
final String
final String
final String
final String
protected static final org.apache.jena.riot.out.NodeFormatter
Fields inherited from class se.liu.ida.hefquin.engine.federation.access.impl.DataRetrievalInterfaceBase
id
-
Constructor Summary
ConstructorsConstructorDescriptionTPFInterfaceImpl
(String baseURL, String httpQueryArgumentForSubject, String httpQueryArgumentForPredicate, String httpQueryArgumentForObject) -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.jena.sparql.exec.http.Params
createParams
(org.apache.jena.graph.Triple tp) boolean
boolean
boolean
boolean
boolean
toString()
Methods inherited from class se.liu.ida.hefquin.engine.federation.access.impl.DataRetrievalInterfaceBase
getID
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface se.liu.ida.hefquin.engine.federation.access.DataRetrievalInterface
getID
-
Field Details
-
nodeFormatter
protected static final org.apache.jena.riot.out.NodeFormatter nodeFormatter -
baseURL
-
baseURLWithFinalSeparator
-
httpQueryArgumentForSubject
-
httpQueryArgumentForPredicate
-
httpQueryArgumentForObject
-
-
Constructor Details
-
TPFInterfaceImpl
-
-
Method Details
-
equals
-
supportsTriplePatternRequests
public boolean supportsTriplePatternRequests()- Specified by:
supportsTriplePatternRequests
in interfaceDataRetrievalInterface
-
supportsBGPRequests
public boolean supportsBGPRequests()- Specified by:
supportsBGPRequests
in interfaceDataRetrievalInterface
-
supportsSPARQLPatternRequests
public boolean supportsSPARQLPatternRequests()- Specified by:
supportsSPARQLPatternRequests
in interfaceDataRetrievalInterface
-
supportsRequest
- Specified by:
supportsRequest
in interfaceDataRetrievalInterface
-
createRequestURL
- Specified by:
createRequestURL
in interfaceTPFInterface
-
createParams
protected org.apache.jena.sparql.exec.http.Params createParams(org.apache.jena.graph.Triple tp) -
toString
-