Uses of Class
org.processmining.dataawareexplorer.explorer.model.ExplorerModel
-
-
Uses of ExplorerModel in org.processmining.dataawareexplorer.explorer
Methods in org.processmining.dataawareexplorer.explorer that return ExplorerModel Modifier and Type Method Description ExplorerModelDataAwareExplorer. getModel()Methods in org.processmining.dataawareexplorer.explorer with parameters of type ExplorerModel Modifier and Type Method Description DataAwareExplorerExplorerController. addExplorerWithDiscoveredModel(ExplorerContext explorerContext, ExplorerUpdater explorerUpdater, ExplorerModel explorerModel, DiscoveryProcessor.DiscoveryResult discoveryResult)DataAwareExplorerExplorerControllerImpl. addExplorerWithDiscoveredModel(ExplorerContext explorerContext, ExplorerUpdater explorerUpdater, ExplorerModel explorerModel, DiscoveryProcessor.DiscoveryResult discoveryResult)Constructors in org.processmining.dataawareexplorer.explorer with parameters of type ExplorerModel Constructor Description NetVisualizationImpl(ExplorerUpdater updatableExplorer, ExplorerContext explorerContext, ExplorerModel explorerModel)NetVisualizationPanel(ExplorerUpdater updatableExplorer, ExplorerContext explorerContext, ExplorerModel explorerModel) -
Uses of ExplorerModel in org.processmining.dataawareexplorer.explorer.action
Constructors in org.processmining.dataawareexplorer.explorer.action with parameters of type ExplorerModel Constructor Description ComputeAlignmentAction(ExplorerContext context, ExplorerModel explorerModel, org.processmining.framework.plugin.Progress progressListener)ConfigureAlignmentAction(ExplorerContext context, ExplorerModel explorerModel) -
Uses of ExplorerModel in org.processmining.dataawareexplorer.explorer.chartview
Constructors in org.processmining.dataawareexplorer.explorer.chartview with parameters of type ExplorerModel Constructor Description AttributeChartView(ExplorerModel explorerModel, ExplorerUpdater explorerUpdater) -
Uses of ExplorerModel in org.processmining.dataawareexplorer.explorer.netview
Methods in org.processmining.dataawareexplorer.explorer.netview with parameters of type ExplorerModel Modifier and Type Method Description NetViewNetViewFactory. newInstance(ExplorerContext context, ExplorerUpdater updater, ExplorerModel explorerInput) -
Uses of ExplorerModel in org.processmining.dataawareexplorer.explorer.netview.impl
Fields in org.processmining.dataawareexplorer.explorer.netview.impl declared as ExplorerModel Modifier and Type Field Description protected ExplorerModelNetViewAbstractModelAwareImpl. explorerModelConstructors in org.processmining.dataawareexplorer.explorer.netview.impl with parameters of type ExplorerModel Constructor Description NetViewModelImpl(ExplorerContext explorerContext, ExplorerUpdater updater, ExplorerModel explorerInput) -
Uses of ExplorerModel in org.processmining.dataawareexplorer.explorer.traceview
Constructors in org.processmining.dataawareexplorer.explorer.traceview with parameters of type ExplorerModel Constructor Description TraceViewImpl(ExplorerContext explorerContext, ExplorerUpdater updater, ExplorerModel model) -
Uses of ExplorerModel in org.processmining.dataawareexplorer.explorer.work
Methods in org.processmining.dataawareexplorer.explorer.work with parameters of type ExplorerModel Modifier and Type Method Description static org.processmining.plugins.balancedconformance.config.BalancedProcessorConfigurationAlignmentUtil. createAlignmentConfig(DiscoveryProcessor.DiscoveryResult discoveryResult, ExplorerModel oldModel)Create an alignment configuration for the newly discovered model
-