protected abstract Chain<InductiveVisualMinerState> |
InductiveVisualMinerConfigurationAbstract.createChain(InductiveVisualMinerState state,
InductiveVisualMinerPanel panel,
org.processmining.framework.plugin.ProMCanceller canceller,
java.util.concurrent.Executor executor,
java.util.List<PreMiningFilter> preMiningFilters,
java.util.List<HighlightingFilter> highlightingFilters) |
Chain<InductiveVisualMinerState> |
InductiveVisualMinerConfigurationDefault.createChain(InductiveVisualMinerState state,
InductiveVisualMinerPanel panel,
org.processmining.framework.plugin.ProMCanceller canceller,
java.util.concurrent.Executor executor,
java.util.List<PreMiningFilter> preMiningFilters,
java.util.List<HighlightingFilter> highlightingFilters) |
Chain<InductiveVisualMinerState> |
InductiveVisualMinerConfiguration.getChain()
Set up the chain (DAG) of steps that should be executed in the
background, concurrently with one another and with the gui.
|
Chain<InductiveVisualMinerState> |
InductiveVisualMinerConfigurationAbstract.getChain() |
Chain<InductiveVisualMinerState> |
InductiveVisualMinerConfigurationFake.getChain() |