public class HadoopInductiveMiner extends HadoopJob
TIME_BETWEEN_CHECKS| Constructor and Description |
|---|
HadoopInductiveMiner() |
| Modifier and Type | Method and Description |
|---|---|
static org.processmining.plugins.InductiveMiner.dfgOnly.Dfg |
getDFG(org.processmining.contexts.uitopia.UIPluginContext context,
InductiveMinerHadoopParameters parameters,
java.lang.String executable,
DataManager data_manager,
boolean asynchronous)
The method that implements the execution of the alpha miner in Hadoop.
|
static org.processmining.processtree.ProcessTree |
mine(org.processmining.contexts.uitopia.UIPluginContext context,
InductiveMinerHadoopParameters parameters,
boolean asynchronous)
The method that implements the execution of the alpha miner in Hadoop.
|
getCurrentJobStatus, isJobFinishedpublic static org.processmining.processtree.ProcessTree mine(org.processmining.contexts.uitopia.UIPluginContext context,
InductiveMinerHadoopParameters parameters,
boolean asynchronous)
throws java.lang.Exception
context - The ProM contextparameters - The parameters to use in the HadoopAlphaMiner.asynchronous - Asynchronous execution (desirable for long-term executions)java.lang.Exceptionpublic static org.processmining.plugins.InductiveMiner.dfgOnly.Dfg getDFG(org.processmining.contexts.uitopia.UIPluginContext context,
InductiveMinerHadoopParameters parameters,
java.lang.String executable,
DataManager data_manager,
boolean asynchronous)
throws java.lang.Exception
context - The ProM contextparameters - The parameters to use in the HadoopAlphaMiner.executable - Path to the executable jar filedata_manager - Data Managerasynchronous - Asynchronous execution (desirable for long-term executions)java.lang.Exception