Modifier and Type | Method and Description |
---|---|
InductiveVisualMinerPanel |
InductiveVisualMinerController.getPanel() |
static InductiveVisualMinerPanel |
InductiveVisualMinerPanel.panel(org.processmining.framework.plugin.PluginContext context,
InductiveVisualMinerState state,
VisualMinerWrapper[] miners,
boolean miningEnabled,
org.processmining.framework.plugin.ProMCanceller canceller)
Deprecated.
|
static InductiveVisualMinerPanel |
InductiveVisualMinerPanel.panel(org.processmining.framework.plugin.PluginContext context,
InductiveVisualMinerState state,
VisualMinerWrapper[] miners,
org.processmining.framework.plugin.ProMCanceller canceller)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static void |
InductiveVisualMinerController.makeElementsSelectable(ProcessTreeVisualisationInfo info,
InductiveVisualMinerPanel panel,
Selection selection) |
static void |
InductiveVisualMinerController.setAnimationStatus(InductiveVisualMinerPanel panel,
java.lang.String s,
boolean isTime) |
static void |
InductiveVisualMinerController.updateHighlighting(InductiveVisualMinerPanel panel,
InductiveVisualMinerState state)
update the highlighting
|
Constructor and Description |
---|
InductiveVisualMinerController(org.processmining.framework.plugin.PluginContext context,
InductiveVisualMinerPanel panel,
InductiveVisualMinerState state,
org.processmining.framework.plugin.ProMCanceller canceller)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected abstract InductiveVisualMinerPanel |
InductiveVisualMinerConfigurationAbstract.createPanel(org.processmining.framework.plugin.ProMCanceller canceller) |
protected InductiveVisualMinerPanel |
InductiveVisualMinerConfigurationDefault.createPanel(org.processmining.framework.plugin.ProMCanceller canceller) |
InductiveVisualMinerPanel |
InductiveVisualMinerConfiguration.getPanel()
Set up the JComponent panel.
|
InductiveVisualMinerPanel |
InductiveVisualMinerConfigurationAbstract.getPanel() |
InductiveVisualMinerPanel |
InductiveVisualMinerConfigurationFake.getPanel() |
Modifier and Type | Method and Description |
---|---|
protected abstract Chain<InductiveVisualMinerState> |
InductiveVisualMinerConfigurationAbstract.createChain(InductiveVisualMinerState state,
InductiveVisualMinerPanel panel,
org.processmining.framework.plugin.ProMCanceller canceller,
java.util.concurrent.Executor executor,
java.util.List<PreMiningFilter> preMiningFilters,
java.util.List<HighlightingFilter> highlightingFilters) |
Chain<InductiveVisualMinerState> |
InductiveVisualMinerConfigurationDefault.createChain(InductiveVisualMinerState state,
InductiveVisualMinerPanel panel,
org.processmining.framework.plugin.ProMCanceller canceller,
java.util.concurrent.Executor executor,
java.util.List<PreMiningFilter> preMiningFilters,
java.util.List<HighlightingFilter> highlightingFilters) |
Constructor and Description |
---|
InductiveVisualMinerConfigurationFake(InductiveVisualMinerState state,
InductiveVisualMinerPanel panel,
org.processmining.framework.plugin.ProMCanceller canceller,
java.util.concurrent.Executor executor) |
Modifier and Type | Method and Description |
---|---|
static void |
HighlightingFiltersView.updateSelectionDescription(InductiveVisualMinerPanel panel,
Selection selection,
IvMHighlightingFiltersController filters,
IvMModel model)
Tell the user which traces are being coloured/selected
|
Modifier and Type | Method and Description |
---|---|
static void |
PopupPopulator.updatePopup(InductiveVisualMinerPanel panel,
InductiveVisualMinerState state) |
Constructor and Description |
---|
TraceColourMapView(IvMDecoratorI decorator,
InductiveVisualMinerPanel parent) |