Uses of Class
org.processmining.plugins.parameter.ScaleLogParameter
-
Packages that use ScaleLogParameter Package Description org.processmining.plugins org.processmining.plugins.algorithms org.processmining.plugins.dialogs -
-
Uses of ScaleLogParameter in org.processmining.plugins
Methods in org.processmining.plugins with parameters of type ScaleLogParameter Modifier and Type Method Description javax.swing.JPanelParameterPanel. create(ScaleLogParameter param)javax.swing.JPanelParameterPanelFactory. getPanel(java.lang.String type, int index, ScaleLogParameter param) -
Uses of ScaleLogParameter in org.processmining.plugins.algorithms
Methods in org.processmining.plugins.algorithms with parameters of type ScaleLogParameter Modifier and Type Method Description org.deckfour.xes.model.XLogScaleAlgorithm. apply(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog log, ScaleLogParameter parameters) -
Uses of ScaleLogParameter in org.processmining.plugins.dialogs
Methods in org.processmining.plugins.dialogs that return ScaleLogParameter Modifier and Type Method Description ScaleLogParameterMainDialog. getParam()Methods in org.processmining.plugins.dialogs with parameters of type ScaleLogParameter Modifier and Type Method Description javax.swing.JPanelChoiceParameterPanel. create(ScaleLogParameter param)javax.swing.JPanelLoopParameterPanel. create(ScaleLogParameter param)javax.swing.JPanelParallelParameterPanel. create(ScaleLogParameter param)javax.swing.JPanelSequentialParameterPanel. create(ScaleLogParameter param)Constructors in org.processmining.plugins.dialogs with parameters of type ScaleLogParameter Constructor Description CompositionDialog(javax.swing.JPanel mainList, int compIndex, ScaleLogParameter param)MainDialog(ScaleLogParameter param, ListPresetDialog presetDialog)ScalePluginDialog(ScaleLogParameter param, org.deckfour.xes.model.XLog log)StatDialog(ScaleLogParameter param, org.deckfour.xes.model.XLog log)
-