public class ParametersWizard
extends java.lang.Object
Constructor and Description |
---|
ParametersWizard(org.processmining.contexts.uitopia.UIPluginContext context)
Create a new ParametersWizard in the given context.
|
Modifier and Type | Method and Description |
---|---|
ATCParameters |
getATCParameters()
Get the ActiTraC-parameters which the user has entered.
|
org.processmining.plugins.heuristicsnet.miner.heuristics.miner.settings.HeuristicsMinerSettings |
getHeuristicsMinerSettings()
Get the HeuristicsMiner-settings which the user has entered.
|
void |
show()
Show the wizard in the given context.
|
public ParametersWizard(org.processmining.contexts.uitopia.UIPluginContext context)
public org.processmining.plugins.heuristicsnet.miner.heuristics.miner.settings.HeuristicsMinerSettings getHeuristicsMinerSettings()
show()
has returned
properly.public ATCParameters getATCParameters()
show()
has returned
properly.public void show() throws OperationCancelledException
OperationCancelledException
- When the user cancels the wizard.