public class InductiveVisualMinerController
extends java.lang.Object
Constructor and Description |
---|
InductiveVisualMinerController(org.processmining.framework.plugin.PluginContext context,
InductiveVisualMinerConfiguration configuration,
org.processmining.framework.plugin.ProMCanceller canceller) |
InductiveVisualMinerController(org.processmining.framework.plugin.PluginContext context,
InductiveVisualMinerPanel panel,
InductiveVisualMinerState state,
org.processmining.framework.plugin.ProMCanceller canceller)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static void |
debug(java.lang.Object s) |
InductiveVisualMinerPanel |
getPanel() |
InductiveVisualMinerState |
getState() |
static void |
makeElementsSelectable(ProcessTreeVisualisationInfo info,
InductiveVisualMinerPanel panel,
Selection selection) |
static void |
setAnimationStatus(InductiveVisualMinerPanel panel,
java.lang.String s,
boolean isTime) |
void |
setStatus(java.lang.String message,
int number)
Sets the status message of number.
|
static void |
updateHighlighting(InductiveVisualMinerPanel panel,
InductiveVisualMinerState state)
update the highlighting
|
public InductiveVisualMinerController(org.processmining.framework.plugin.PluginContext context, InductiveVisualMinerConfiguration configuration, org.processmining.framework.plugin.ProMCanceller canceller)
@Deprecated public InductiveVisualMinerController(org.processmining.framework.plugin.PluginContext context, InductiveVisualMinerPanel panel, InductiveVisualMinerState state, org.processmining.framework.plugin.ProMCanceller canceller)
context
- panel
- state
- canceller
- public static void makeElementsSelectable(ProcessTreeVisualisationInfo info, InductiveVisualMinerPanel panel, Selection selection)
public void setStatus(java.lang.String message, int number)
message
- number
- public static void setAnimationStatus(InductiveVisualMinerPanel panel, java.lang.String s, boolean isTime)
public static void updateHighlighting(InductiveVisualMinerPanel panel, InductiveVisualMinerState state) throws org.processmining.plugins.InductiveMiner.efficienttree.UnknownTreeNodeException
org.processmining.plugins.InductiveMiner.efficienttree.UnknownTreeNodeException
public static void debug(java.lang.Object s)
public InductiveVisualMinerPanel getPanel()
public InductiveVisualMinerState getState()