Modifier and Type | Method and Description |
---|---|
void |
ExplorerController.switchExplorer(DataAwareExplorer explorer,
ViewMode viewMode) |
void |
ExplorerControllerImpl.switchExplorer(DataAwareExplorer explorer,
ViewMode viewMode) |
Modifier and Type | Method and Description |
---|---|
ViewMode |
ExplorerModel.getViewMode() |
Modifier and Type | Method and Description |
---|---|
void |
ExplorerModel.setViewMode(ViewMode viewMode) |
Modifier and Type | Method and Description |
---|---|
static ViewMode |
ViewMode.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.
|
Modifier and Type | Method and Description |
---|---|
org.processmining.plugins.graphviz.dot.Dot |
DataAwareExplorerViewsPlugin.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) |