Package se.liu.ida.hefquin.cli.modules
Class ModEngineConfig
java.lang.Object
org.apache.jena.cmd.ModBase
se.liu.ida.hefquin.cli.modules.ModEngineConfig
- All Implemented Interfaces:
org.apache.jena.cmd.ArgModule
,org.apache.jena.cmd.ArgModuleGeneral
public class ModEngineConfig
extends org.apache.jena.cmd.ModBase
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.apache.jena.rdf.model.Model
protected final org.apache.jena.cmd.ArgDecl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEngine
(ExecutorService execServiceForFedAccess, ExecutorService execServiceForPlanTasks, FederationCatalog cat, boolean isExperimentRun, boolean skipExecution, LogicalPlanPrinter srcasgPrinter, LogicalPlanPrinter lplanPrinter, PhysicalPlanPrinter pplanPrinter) void
processArgs
(org.apache.jena.cmd.CmdArgModule cmdLine) void
registerWith
(org.apache.jena.cmd.CmdGeneral cmdLine)
-
Field Details
-
confDescrDecl
protected final org.apache.jena.cmd.ArgDecl confDescrDecl -
confDescr
protected org.apache.jena.rdf.model.Model confDescr
-
-
Constructor Details
-
ModEngineConfig
public ModEngineConfig()
-
-
Method Details
-
registerWith
public void registerWith(org.apache.jena.cmd.CmdGeneral cmdLine) -
processArgs
public void processArgs(org.apache.jena.cmd.CmdArgModule cmdLine) -
getEngine
public HeFQUINEngine getEngine(ExecutorService execServiceForFedAccess, ExecutorService execServiceForPlanTasks, FederationCatalog cat, boolean isExperimentRun, boolean skipExecution, LogicalPlanPrinter srcasgPrinter, LogicalPlanPrinter lplanPrinter, PhysicalPlanPrinter pplanPrinter)
-