Class ComputeAnimation
- java.lang.Object
-
- org.processmining.plugins.inductiveVisualMiner.animation.ComputeAnimation
-
public class ComputeAnimation extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static doubleanimationDurationstatic doubleinitDuration
-
Constructor Summary
Constructors Constructor Description ComputeAnimation()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static GraphVizTokenscomputeAnimation(IvMModel model, IvMLog ivmLog, Mode colourMode, ProcessTreeVisualisationInfo info, Scaler scaler, com.kitfox.svg.SVGDiagram svg, IvMCanceller canceller)static java.util.List<DotToken>computeDotTokensOfTrace(IvMModel model, IvMTrace trace, ProcessTreeVisualisationInfo info, Mode colourMode, Scaler scaler, ShortestPathGraph graph, IvMCanceller canceller)static doubleguessEndTime(IvMTrace trace, double startTime, ShortestPathGraph shortestGraph, ProcessTreeVisualisationInfo info, Scaler scaler)static doubleguessStartTime(IvMTrace trace, ShortestPathGraph shortestGraph, ProcessTreeVisualisationInfo info, Scaler scaler)
-
-
-
Field Detail
-
initDuration
public static final double initDuration
- See Also:
- Constant Field Values
-
animationDuration
public static final double animationDuration
- See Also:
- Constant Field Values
-
-
Method Detail
-
computeAnimation
public static GraphVizTokens computeAnimation(IvMModel model, IvMLog ivmLog, Mode colourMode, ProcessTreeVisualisationInfo info, Scaler scaler, com.kitfox.svg.SVGDiagram svg, IvMCanceller canceller) throws java.awt.geom.NoninvertibleTransformException, com.kitfox.svg.SVGException
- Throws:
java.awt.geom.NoninvertibleTransformExceptioncom.kitfox.svg.SVGException
-
computeDotTokensOfTrace
public static java.util.List<DotToken> computeDotTokensOfTrace(IvMModel model, IvMTrace trace, ProcessTreeVisualisationInfo info, Mode colourMode, Scaler scaler, ShortestPathGraph graph, IvMCanceller canceller)
-
guessStartTime
public static double guessStartTime(IvMTrace trace, ShortestPathGraph shortestGraph, ProcessTreeVisualisationInfo info, Scaler scaler)
-
guessEndTime
public static double guessEndTime(IvMTrace trace, double startTime, ShortestPathGraph shortestGraph, ProcessTreeVisualisationInfo info, Scaler scaler)
-
-