Interface FederatedServiceResolverClient
- All Known Implementing Classes:
AbstractForwardChainingInferencer,AbstractForwardChainingInferencerConnection,CustomGraphQueryInferencer,DedupingInferencer,DedupingInferencerConnection,DefaultEvaluationStrategy,DefaultEvaluationStrategyFactory,DirectTypeHierarchyInferencer,EvaluationStrategyImpl,ExtendedEvaluationStrategy,ExtendedEvaluationStrategyFactory,ForwardChainingRDFSInferencer,InferencerConnectionWrapper,LimitedSizeEvaluationStrategy,LuceneSail,LuceneSailConnection,MemoryStore,MemoryStoreConnection,NotifyingSailConnectionWrapper,NotifyingSailWrapper,SailConnectionWrapper,SailRepository,SailRepositoryConnection,SailSourceConnection,SailWrapper,SchemaCachingRDFSInferencer,SchemaCachingRDFSInferencerConnection,ShaclSail,ShaclSailConnection,SimpleEvaluationStrategy,StrictEvaluationStrategy,StrictEvaluationStrategyFactory,TupleFunctionEvaluationStrategy,VerySimpleRdfsBackwardsChainingConnection
public interface FederatedServiceResolverClient
Interface used by
SailFactory and
RepositoryFactory that can make external SERVICE calls.- Author:
- James Leigh
-
Method Summary
Modifier and TypeMethodDescriptionGets theFederatedServiceResolverused by this client.voidSets theFederatedServiceResolverto use for this client.
-
Method Details
-
setFederatedServiceResolver
Sets theFederatedServiceResolverto use for this client.- Parameters:
resolver- The resolver to use.
-
getFederatedServiceResolver
FederatedServiceResolver getFederatedServiceResolver()Gets theFederatedServiceResolverused by this client.- Parameters:
resolver- The resolver used by this client. May benull.
-