Uses of Class
se.liu.ida.hefquin.engine.HeFQUINEngineBuilder
Packages that use HeFQUINEngineBuilder
-
Uses of HeFQUINEngineBuilder in se.liu.ida.hefquin.engine
Methods in se.liu.ida.hefquin.engine that return HeFQUINEngineBuilderModifier and TypeMethodDescriptionHeFQUINEngineBuilder.setExperimentRun
(boolean isExperimentRun) Sets whether the engine should treat the current run as part of an experiment.HeFQUINEngineBuilder.setSkipExecution
(boolean skip) Sets whether the engine should skip execution after query planning.HeFQUINEngineBuilder.withEngineConfiguration
(String engineConfFile) Sets the engine configuration to be used by the engine.HeFQUINEngineBuilder.withEngineConfiguration
(org.apache.jena.rdf.model.Model engineConf) Sets the engine configuration to be used by the engine.HeFQUINEngineBuilder.withFederationCatalog
(String fedCatFile) Sets the federation catalog to be used by the engine.HeFQUINEngineBuilder.withFederationCatalog
(org.apache.jena.rdf.model.Model fedCatModel) Sets the federation catalog to be used by the engine.HeFQUINEngineBuilder.withFederationCatalog
(FederationCatalog fedCat) Sets the federation catalog to be used by the engine.HeFQUINEngineBuilder.withLogicalPlanPrinter
(LogicalPlanPrinter printer) Sets the logical plan printer to be used by the engine.HeFQUINEngineBuilder.withPhysicalPlanPrinter
(PhysicalPlanPrinter printer) Sets the physical plan printer to be used by the engine.HeFQUINEngineBuilder.withSourceAssignmentPrinter
(LogicalPlanPrinter printer) Sets the source assignment printer to be used by the engine.