Class InductiveVisualMinerController
- java.lang.Object
-
- org.processmining.plugins.inductiveVisualMiner.InductiveVisualMinerController
-
public class InductiveVisualMinerController extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringplayAnimationOnStartupKey
-
Constructor Summary
Constructors Constructor Description InductiveVisualMinerController(org.processmining.framework.plugin.PluginContext context, InductiveVisualMinerConfiguration configuration, org.deckfour.xes.model.XLog log, org.processmining.framework.plugin.ProMCanceller canceller)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voiddebug(java.lang.Object s)InductiveVisualMinerPanelgetPanel()protected voidinitGui(org.processmining.framework.plugin.ProMCanceller canceller, InductiveVisualMinerConfiguration configuration)protected voidinitGuiAlignment()protected voidinitGuiAnimation()protected voidinitGuiClassifiers()protected voidinitGuiDataAnalyses()protected voidinitGuiGraph()protected voidinitGuiHighlighting()protected voidinitGuiHighlightingFilters(IvMDecoratorI decorator)protected voidinitGuiHistogram()protected voidinitGuiMiner()protected voidinitGuiMode()protected voidinitGuiPopups()protected voidinitGuiPreMiningFilters(IvMDecoratorI decorator)protected voidinitGuiTraceColouring()protected voidinitGuiTraceView(IvMDecoratorI decorator)static voidmakeElementsSelectable(ProcessTreeVisualisationInfo info, InductiveVisualMinerPanel panel, Selection selection)static voidsetAnimationStatus(InductiveVisualMinerPanel panel, java.lang.String s, boolean isTime, IvMDecoratorI decorator)<C> voidsetFixedObject(IvMObject<C> object, C value)<C> voidsetObject(IvMObject<C> object, C value)voidsetStatus(java.lang.String message, int number)Sets the status message of number.
-
-
-
Field Detail
-
playAnimationOnStartupKey
public static final java.lang.String playAnimationOnStartupKey
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
InductiveVisualMinerController
public InductiveVisualMinerController(org.processmining.framework.plugin.PluginContext context, InductiveVisualMinerConfiguration configuration, org.deckfour.xes.model.XLog log, org.processmining.framework.plugin.ProMCanceller canceller)
-
-
Method Detail
-
initGui
protected void initGui(org.processmining.framework.plugin.ProMCanceller canceller, InductiveVisualMinerConfiguration configuration)
-
initGuiTraceColouring
protected void initGuiTraceColouring()
-
initGuiMiner
protected void initGuiMiner()
-
initGuiGraph
protected void initGuiGraph()
-
initGuiHighlighting
protected void initGuiHighlighting()
-
initGuiTraceView
protected void initGuiTraceView(IvMDecoratorI decorator)
-
initGuiDataAnalyses
protected void initGuiDataAnalyses()
-
initGuiClassifiers
protected void initGuiClassifiers()
-
initGuiPopups
protected void initGuiPopups()
-
initGuiPreMiningFilters
protected void initGuiPreMiningFilters(IvMDecoratorI decorator)
-
initGuiAlignment
protected void initGuiAlignment()
-
initGuiHighlightingFilters
protected void initGuiHighlightingFilters(IvMDecoratorI decorator)
-
initGuiAnimation
protected void initGuiAnimation()
-
initGuiHistogram
protected void initGuiHistogram()
-
makeElementsSelectable
public static void makeElementsSelectable(ProcessTreeVisualisationInfo info, InductiveVisualMinerPanel panel, Selection selection)
-
initGuiMode
protected void initGuiMode()
-
setStatus
public void setStatus(java.lang.String message, int number)Sets the status message of number. The status message stays in view until it is reset using NULL for that number.- Parameters:
message-number-
-
setAnimationStatus
public static void setAnimationStatus(InductiveVisualMinerPanel panel, java.lang.String s, boolean isTime, IvMDecoratorI decorator)
-
debug
public static void debug(java.lang.Object s)
-
getPanel
public InductiveVisualMinerPanel getPanel()
-
setObject
public <C> void setObject(IvMObject<C> object, C value)
-
setFixedObject
public <C> void setFixedObject(IvMObject<C> object, C value)
-
-