Uses of Class
org.processmining.plugins.inductiveVisualMiner.helperClasses.ShortestPathGraph
-
Packages that use ShortestPathGraph Package Description org.processmining.plugins.inductiveVisualMiner.animation -
-
Uses of ShortestPathGraph in org.processmining.plugins.inductiveVisualMiner.animation
Fields in org.processmining.plugins.inductiveVisualMiner.animation declared as ShortestPathGraph Modifier and Type Field Description ShortestPathGraphAnimation.Input. shortestPathMethods in org.processmining.plugins.inductiveVisualMiner.animation with parameters of type ShortestPathGraph Modifier and Type Method Description static java.util.List<DotToken>ComputeAnimation. computeDotTokensOfTrace(IvMModel model, IvMTrace trace, ProcessTreeVisualisationInfo info, Mode colourMode, Scaler scaler, ShortestPathGraph graph, IvMCanceller canceller)static doubleComputeAnimation. guessEndTime(IvMTrace trace, double startTime, ShortestPathGraph shortestGraph, ProcessTreeVisualisationInfo info, Scaler scaler)static doubleComputeAnimation. guessStartTime(IvMTrace trace, ShortestPathGraph shortestGraph, ProcessTreeVisualisationInfo info, Scaler scaler)static DotTokenIvMTrace2DotToken. trace2dotToken(IvMEfficientTree tree, java.util.List<IvMMove> trace, org.processmining.plugins.InductiveMiner.Pair<LocalDotNode,java.lang.Double> startPosition, org.processmining.plugins.InductiveMiner.Pair<LocalDotNode,java.lang.Double> endPosition, gnu.trove.list.array.TIntArrayList inParallelUnodes, boolean showDeviations, ShortestPathGraph shortestPath, ProcessTreeVisualisationInfo info, int indent, Scaler scaler)static DotTokenIvMTrace2DotToken. trace2token(IvMEfficientTree tree, IvMTrace trace, boolean showDeviations, ShortestPathGraph shortestPath, ProcessTreeVisualisationInfo info, Scaler scaler)static DotTokenIvMTrace2dotToken2. trace2token(IvMModel model, IvMTrace trace, boolean showDeviations, ShortestPathGraph shortestPath, ProcessTreeVisualisationInfo info, Scaler scaler)Constructors in org.processmining.plugins.inductiveVisualMiner.animation with parameters of type ShortestPathGraph Constructor Description Input(IvMModel model, boolean showDeviations, ShortestPathGraph shortestPath, ProcessTreeVisualisationInfo info, Scaler scaler)
-