Class MenuController
- java.lang.Object
-
- org.processmining.variantfinder.controllers.MenuController
-
public class MenuController extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description MenuController(MainController mainController)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MainControllergetMainController()javax.swing.JPanelgetPanel()TreeSettingsgetTreeSettings()TsSettingsgetTsSettings()voidsetTsAbstractions(org.processmining.plugins.transitionsystem.miner.TSMinerInput tsAbstractions)method used by the TsSettingsRunner to store the TS abstractions object herevoidupdateResults()Button listeners
-
-
-
Constructor Detail
-
MenuController
public MenuController(MainController mainController)
-
-
Method Detail
-
getPanel
public javax.swing.JPanel getPanel()
-
setTsAbstractions
public void setTsAbstractions(org.processmining.plugins.transitionsystem.miner.TSMinerInput tsAbstractions)
method used by the TsSettingsRunner to store the TS abstractions object here- Parameters:
tsAbstractions-
-
getTsSettings
public TsSettings getTsSettings()
-
getTreeSettings
public TreeSettings getTreeSettings()
-
updateResults
public void updateResults()
Button listeners
-
getMainController
public MainController getMainController()
-
-