Class TPFServerImpl
java.lang.Object
se.liu.ida.hefquin.federation.members.impl.BaseForFederationMember
se.liu.ida.hefquin.federation.members.impl.BaseForRDFBasedFederationMember
se.liu.ida.hefquin.federation.members.impl.TPFServerImpl
- All Implemented Interfaces:
FederationMember,RDFBasedFederationMember,TPFServer
- Direct Known Subclasses:
BRTPFServerImpl
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal Stringfinal Stringstatic final Stringstatic final Stringstatic final Stringfinal Stringfinal Stringfinal Stringprotected static final org.apache.jena.riot.out.NodeFormatterFields inherited from class se.liu.ida.hefquin.federation.members.impl.BaseForFederationMember
id -
Constructor Summary
ConstructorsConstructorDescriptionTPFServerImpl(String baseURL, String httpQueryArgumentForSubject, String httpQueryArgumentForPredicate, String httpQueryArgumentForObject, VocabularyMapping vm) TPFServerImpl(String baseURL, VocabularyMapping vm) -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.jena.sparql.exec.http.ParamscreateParams(org.apache.jena.graph.Triple tp) booleantoString()Methods inherited from class se.liu.ida.hefquin.federation.members.impl.BaseForRDFBasedFederationMember
getVocabularyMappingMethods inherited from class se.liu.ida.hefquin.federation.members.impl.BaseForFederationMember
getIDMethods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface se.liu.ida.hefquin.federation.FederationMember
getIDMethods inherited from interface se.liu.ida.hefquin.federation.members.RDFBasedFederationMember
getVocabularyMappingMethods inherited from interface se.liu.ida.hefquin.federation.members.TPFServer
isSupportedPattern, supportsMoreThanTriplePatterns
-
Field Details
-
DfltHttpQueryArgumentForSubject
- See Also:
-
DfltHttpQueryArgumentForPredicate
- See Also:
-
DfltHttpQueryArgumentForObject
- See Also:
-
nodeFormatter
protected static final org.apache.jena.riot.out.NodeFormatter nodeFormatter -
baseURL
-
baseURLWithFinalSeparator
-
httpQueryArgumentForSubject
-
httpQueryArgumentForPredicate
-
httpQueryArgumentForObject
-
-
Constructor Details
-
TPFServerImpl
-
TPFServerImpl
public TPFServerImpl(String baseURL, String httpQueryArgumentForSubject, String httpQueryArgumentForPredicate, String httpQueryArgumentForObject, VocabularyMapping vm)
-
-
Method Details
-
getBaseURL
- Specified by:
getBaseURLin interfaceTPFServer
-
toString
-
equals
- Overrides:
equalsin classBaseForRDFBasedFederationMember
-
createRequestURL
- Specified by:
createRequestURLin interfaceTPFServer
-
createParams
protected org.apache.jena.sparql.exec.http.Params createParams(org.apache.jena.graph.Triple tp)
-