Uses of Interface
se.liu.ida.hefquin.federation.catalog.FederationCatalog
Packages that use FederationCatalog
Package
Description
-
Uses of FederationCatalog in se.liu.ida.hefquin.engine
Fields in se.liu.ida.hefquin.engine declared as FederationCatalogMethods in se.liu.ida.hefquin.engine with parameters of type FederationCatalogModifier and TypeMethodDescriptionHeFQUINEngineBuilder.withFederationCatalog(FederationCatalog fedCat) Sets the federation catalog to be used by the engine.Constructors in se.liu.ida.hefquin.engine with parameters of type FederationCatalogModifierConstructorDescriptionprotectedHeFQUINEngine(FederationCatalog fedCatalog, FederationAccessManager fedAccessMgr, QueryProcessor qProc, ExecutorService execServiceForPlanTasks) -
Uses of FederationCatalog in se.liu.ida.hefquin.engine.queryproc
Fields in se.liu.ida.hefquin.engine.queryproc declared as FederationCatalogModifier and TypeFieldDescriptionprotected final FederationCatalogQueryProcContextBuilder.fedCatalogMethods in se.liu.ida.hefquin.engine.queryproc that return FederationCatalogConstructors in se.liu.ida.hefquin.engine.queryproc with parameters of type FederationCatalogModifierConstructorDescriptionQueryProcContextBuilder(FederationCatalog fedCatalog, FederationAccessManager fedAccMgr, ExecutorService execServiceForPlanTasks) -
Uses of FederationCatalog in se.liu.ida.hefquin.engine.queryproc.impl
Methods in se.liu.ida.hefquin.engine.queryproc.impl that return FederationCatalogModifier and TypeMethodDescriptionQueryProcessorImpl.MyQueryProcContextExt.getFederationCatalog() -
Uses of FederationCatalog in se.liu.ida.hefquin.federation.catalog
Methods in se.liu.ida.hefquin.federation.catalog that return FederationCatalogModifier and TypeMethodDescriptionFederationDescriptionReader.parseFedDescr(String filename) FederationDescriptionReader.parseFedDescr(List<String> filenames) FederationDescriptionReader.parseFedDescr(org.apache.jena.rdf.model.Model fd) static FederationCatalogFederationDescriptionReader.readFromFile(String filename) static FederationCatalogFederationDescriptionReader.readFromFiles(List<String> filenames) static FederationCatalogFederationDescriptionReader.readFromModel(org.apache.jena.rdf.model.Model fd) static FederationCatalogFederationDescriptionReader.readFromModels(List<org.apache.jena.rdf.model.Model> fds) -
Uses of FederationCatalog in se.liu.ida.hefquin.federation.catalog.impl
Classes in se.liu.ida.hefquin.federation.catalog.impl that implement FederationCatalog