Package de.hsh.graja.modules.human
Class HumanModuleRunner
java.lang.Object
de.hsh.graja.core.ModuleRunner
de.hsh.graja.modules.human.HumanModuleRunner
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionrun(ModuleRunnerInput mri, Map<String, ModuleRunnerResult> previousModuleResults) This method executes the module runner.
-
Constructor Details
-
HumanModuleRunner
-
-
Method Details
-
getModuleConfiguration
- Overrides:
getModuleConfigurationin classModuleRunner- Returns:
- the module configuration
-
run
public HumanModuleRunnerResult run(ModuleRunnerInput mri, Map<String, ModuleRunnerResult> previousModuleResults) Description copied from class:ModuleRunnerThis method executes the module runner. It must be implemented by subclasses.- Specified by:
runin classModuleRunner- Parameters:
mri- the input data for the runnerpreviousModuleResults- output of previous modules serves as input for this module- Returns:
- the result of the module execution
-