Uses of Class
org.processmining.plugins.inductiveVisualMiner.Selection
-
-
Uses of Selection in org.processmining.plugins.inductiveVisualMiner
Methods in org.processmining.plugins.inductiveVisualMiner with parameters of type Selection Modifier and Type Method Description static voidInductiveVisualMinerController. makeElementsSelectable(ProcessTreeVisualisationInfo info, InductiveVisualMinerPanel panel, Selection selection)Method parameters in org.processmining.plugins.inductiveVisualMiner with type arguments of type Selection Modifier and Type Method Description voidInductiveVisualMinerPanel. setOnSelectionChanged(InputFunction<Selection> onSelectionChanged) -
Uses of Selection in org.processmining.plugins.inductiveVisualMiner.chain
Fields in org.processmining.plugins.inductiveVisualMiner.chain with type parameters of type Selection Modifier and Type Field Description static IvMObject<Selection>IvMObject. selected_model_selection -
Uses of Selection in org.processmining.plugins.inductiveVisualMiner.export
Methods in org.processmining.plugins.inductiveVisualMiner.export with parameters of type Selection Modifier and Type Method Description static booleanExportAnimation. saveAVItoFileUpdating(IvMLogFiltered filteredLog, TraceColourMap trace2colour, GraphVizTokens tokens, ProcessTreeVisualisationInfo visualisationInfo, Mode colourMode, com.kitfox.svg.SVGDiagram svg, org.processmining.plugins.graphviz.dot.Dot dot, java.io.File file, InductiveVisualMinerAnimationPanel panel, Scaler scaler, AlignedLogVisualisationData visualisationData, ProcessTreeVisualisationParameters visualisationParameters, IvMModel model, Selection selection) -
Uses of Selection in org.processmining.plugins.inductiveVisualMiner.ivmfilter.tree.view
Methods in org.processmining.plugins.inductiveVisualMiner.ivmfilter.tree.view with parameters of type Selection Modifier and Type Method Description static voidHighlightingDescription. updateSelectionDescription(InductiveVisualMinerPanel panel, Selection selection, IvMFilterTree<?> filter, IvMModel model)Tell the user which traces are being coloured/selected -
Uses of Selection in org.processmining.plugins.inductiveVisualMiner.traceview
Methods in org.processmining.plugins.inductiveVisualMiner.traceview with parameters of type Selection Modifier and Type Method Description voidTraceView. set(IvMModel model, IvMLog tlog, Selection selection, TraceColourMap traceColourMap, IvMDecoratorI decorator)update the trace view with a timed logvoidTraceViewEventColourMap. setSelectedNodes(Selection selection)
-