Uses of Interface
org.processmining.dataawareexplorer.explorer.ExplorerUpdater
-
-
Uses of ExplorerUpdater in org.processmining.dataawareexplorer.explorer
Classes in org.processmining.dataawareexplorer.explorer that implement ExplorerUpdater Modifier and Type Class Description classDataAwareExplorerMethods in org.processmining.dataawareexplorer.explorer with parameters of type ExplorerUpdater 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 ExplorerUpdater Constructor Description NetVisualizationImpl(ExplorerUpdater updatableExplorer, ExplorerContext explorerContext, ExplorerModel explorerModel)NetVisualizationPanel(ExplorerUpdater updatableExplorer, ExplorerContext explorerContext, ExplorerModel explorerModel) -
Uses of ExplorerUpdater in org.processmining.dataawareexplorer.explorer.chartview
Constructors in org.processmining.dataawareexplorer.explorer.chartview with parameters of type ExplorerUpdater Constructor Description AttributeChartView(ExplorerModel explorerModel, ExplorerUpdater explorerUpdater) -
Uses of ExplorerUpdater in org.processmining.dataawareexplorer.explorer.infoview
Constructors in org.processmining.dataawareexplorer.explorer.infoview with parameters of type ExplorerUpdater Constructor Description InfoViewImpl(ExplorerUpdater updater) -
Uses of ExplorerUpdater in org.processmining.dataawareexplorer.explorer.netview
Methods in org.processmining.dataawareexplorer.explorer.netview with parameters of type ExplorerUpdater Modifier and Type Method Description NetViewNetViewFactory. newInstance(ExplorerContext context, ExplorerUpdater updater, ExplorerModel explorerInput) -
Uses of ExplorerUpdater in org.processmining.dataawareexplorer.explorer.netview.impl
Fields in org.processmining.dataawareexplorer.explorer.netview.impl declared as ExplorerUpdater Modifier and Type Field Description protected ExplorerUpdaterNetViewAbstractImpl. updaterConstructors in org.processmining.dataawareexplorer.explorer.netview.impl with parameters of type ExplorerUpdater Constructor Description NetViewModelImpl(ExplorerContext explorerContext, ExplorerUpdater updater, ExplorerModel explorerInput) -
Uses of ExplorerUpdater in org.processmining.dataawareexplorer.explorer.traceview
Constructors in org.processmining.dataawareexplorer.explorer.traceview with parameters of type ExplorerUpdater Constructor Description TraceViewImpl(ExplorerContext explorerContext, ExplorerUpdater updater, ExplorerModel model)
-