public class MainController
extends java.lang.Object
Constructor and Description |
---|
MainController(org.processmining.framework.plugin.PluginContext pluginContext,
InputObject input) |
Modifier and Type | Method and Description |
---|---|
void |
applyTests(ResultsObject input,
SettingsObject settings) |
ResultsObject |
getCurrentResults() |
InputObject |
getInput() |
ComparatorPanel |
getPanel() |
org.processmining.framework.plugin.PluginContext |
getPluginContext() |
void |
openVariantSelector() |
void |
requestUpdate()
This method gets summoned when the update button is clicked and the
settings changed.
|
void |
setCurrentResults(ResultsObject currentResults) |
public MainController(org.processmining.framework.plugin.PluginContext pluginContext, InputObject input)
public void requestUpdate()
public void openVariantSelector()
public ComparatorPanel getPanel()
public org.processmining.framework.plugin.PluginContext getPluginContext()
public InputObject getInput()
public void applyTests(ResultsObject input, SettingsObject settings)
public ResultsObject getCurrentResults()
public void setCurrentResults(ResultsObject currentResults)