Uses of Class
org.processmining.dataawareexplorer.explorer.netview.impl.ViewMode
-
-
Uses of ViewMode in org.processmining.dataawareexplorer.explorer
Methods in org.processmining.dataawareexplorer.explorer with parameters of type ViewMode Modifier and Type Method Description voidExplorerController. switchExplorer(DataAwareExplorer explorer, ViewMode viewMode)voidExplorerControllerImpl. switchExplorer(DataAwareExplorer explorer, ViewMode viewMode) -
Uses of ViewMode in org.processmining.dataawareexplorer.explorer.model
Methods in org.processmining.dataawareexplorer.explorer.model that return ViewMode Modifier and Type Method Description ViewModeExplorerModel. getViewMode()Methods in org.processmining.dataawareexplorer.explorer.model with parameters of type ViewMode Modifier and Type Method Description voidExplorerModel. setViewMode(ViewMode viewMode) -
Uses of ViewMode in org.processmining.dataawareexplorer.explorer.netview.impl
Methods in org.processmining.dataawareexplorer.explorer.netview.impl that return ViewMode Modifier and Type Method Description static ViewModeViewMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ViewMode[]ViewMode. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ViewMode in org.processmining.dataawareexplorer.plugin
Methods in org.processmining.dataawareexplorer.plugin with parameters of type ViewMode Modifier and Type Method Description org.processmining.plugins.graphviz.dot.DotDataAwareExplorerViewsPlugin. getExplorerView(org.processmining.framework.plugin.PluginContext context, org.processmining.models.graphbased.directed.petrinet.PetrinetGraph net, org.deckfour.xes.model.XLog log, ViewMode viewMode, FilterConfiguration filterConfiguration, org.deckfour.xes.classification.XEventClassifier classifier)
-