Uses of Interface
org.processmining.plugins.inductiveVisualMiner.ivmlog.IvMLog
-
-
Uses of IvMLog in org.processmining.plugins.inductiveVisualMiner.animation
Methods in org.processmining.plugins.inductiveVisualMiner.animation with parameters of type IvMLog Modifier and Type Method Description static GraphVizTokensComputeAnimation. computeAnimation(IvMModel model, IvMLog ivmLog, Mode colourMode, ProcessTreeVisualisationInfo info, Scaler scaler, com.kitfox.svg.SVGDiagram svg, IvMCanceller canceller)static ScalerScaler. fromLog(IvMLog log, double fadeDurationInUserTime, double animationDurationInUserTime, IvMCanceller canceller) -
Uses of IvMLog in org.processmining.plugins.inductiveVisualMiner.attributes
Constructors in org.processmining.plugins.inductiveVisualMiner.attributes with parameters of type IvMLog Constructor Description IvMAttributesInfo(IvMLog log, org.processmining.plugins.inductiveminer2.attributes.AttributesInfo oldAttributes, IvMVirtualAttributeFactory factory, java.util.concurrent.ExecutorService executor)Caller has to ensure to wait for executor to finish. -
Uses of IvMLog in org.processmining.plugins.inductiveVisualMiner.export
Methods in org.processmining.plugins.inductiveVisualMiner.export with parameters of type IvMLog Modifier and Type Method Description static voidExportAlignment. exportAlignment(org.processmining.framework.plugin.PluginContext context, IvMLog log, IvMModel model, java.lang.String name, ExportAlignment.Type type)static InductiveVisualMinerAlignmentExportAlignment. exportAlignment(IvMLog log, IvMModel model, org.deckfour.xes.classification.XEventClassifier classifier) -
Uses of IvMLog in org.processmining.plugins.inductiveVisualMiner.ivmlog
Subinterfaces of IvMLog in org.processmining.plugins.inductiveVisualMiner.ivmlog Modifier and Type Interface Description interfaceIvMLogNotFilteredClasses in org.processmining.plugins.inductiveVisualMiner.ivmlog that implement IvMLog Modifier and Type Class Description classIvMLogFilteredImplclassIvMLogNotFilteredImplConstructors in org.processmining.plugins.inductiveVisualMiner.ivmlog with parameters of type IvMLog Constructor Description IvMLogInfo(IvMLog log, IvMModel model) -
Uses of IvMLog in org.processmining.plugins.inductiveVisualMiner.traceview
Methods in org.processmining.plugins.inductiveVisualMiner.traceview with parameters of type IvMLog Modifier and Type Method Description voidTraceView. set(IvMModel model, IvMLog tlog, Selection selection, TraceColourMap traceColourMap, IvMDecoratorI decorator)update the trace view with a timed log
-