Interface GoalDrivenConfiguration
-
- All Known Implementing Classes:
GoalDrivenConfigurationAbstract,GoalDrivenConfigurationDefault
public interface GoalDrivenConfiguration
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.processmining.plugins.inductiveVisualMiner.chain.DataChain<GoalDrivenConfiguration>getChain()Set up the chain (DAG) of steps (chain links) that should be executed in the background and to update the gui.GoalDrivenPanelgetPanel()
-
-
-
Method Detail
-
getPanel
GoalDrivenPanel getPanel()
-
getChain
org.processmining.plugins.inductiveVisualMiner.chain.DataChain<GoalDrivenConfiguration> getChain()
Set up the chain (DAG) of steps (chain links) that should be executed in the background and to update the gui.- Returns:
-
-