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 Stringfinal Stringfinal Stringfinal Stringfinal Stringprotected static final org.apache.jena.riot.out.NodeFormatterFields 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.ParamscreateParams(org.apache.jena.graph.Triple tp) booleanbooleanbooleanbooleanbooleantoString()Methods inherited from class se.liu.ida.hefquin.engine.federation.access.impl.DataRetrievalInterfaceBase
getIDMethods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods 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:
supportsTriplePatternRequestsin interfaceDataRetrievalInterface
-
supportsBGPRequests
public boolean supportsBGPRequests()- Specified by:
supportsBGPRequestsin interfaceDataRetrievalInterface
-
supportsSPARQLPatternRequests
public boolean supportsSPARQLPatternRequests()- Specified by:
supportsSPARQLPatternRequestsin interfaceDataRetrievalInterface
-
supportsRequest
- Specified by:
supportsRequestin interfaceDataRetrievalInterface
-
createRequestURL
- Specified by:
createRequestURLin interfaceTPFInterface
-
createParams
protected org.apache.jena.sparql.exec.http.Params createParams(org.apache.jena.graph.Triple tp) -
toString
-