Uses of Class
org.processmining.interactivefiltering.IFModel
-
Packages that use IFModel Package Description org.processmining.interactivefiltering.plugin org.processmining.interactivefiltering.table -
-
Uses of IFModel in org.processmining.interactivefiltering.plugin
Methods in org.processmining.interactivefiltering.plugin that return IFModel Modifier and Type Method Description IFModelIFPlugin. createInteractvieView(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog log)Methods in org.processmining.interactivefiltering.plugin with parameters of type IFModel Modifier and Type Method Description static javax.swing.JPanelIFVisualizerPlugin. visualize(org.processmining.framework.plugin.PluginContext context, IFModel model) -
Uses of IFModel in org.processmining.interactivefiltering.table
Constructors in org.processmining.interactivefiltering.table with parameters of type IFModel Constructor Description IFInfoTableModel(org.processmining.framework.plugin.PluginContext context, IFModel model, int selectedRow)IFListTableModel(org.processmining.framework.plugin.PluginContext context, IFModel model)
-