Class IvMTrace2dotToken2
- java.lang.Object
-
- org.processmining.plugins.inductiveVisualMiner.animation.IvMTrace2dotToken2
-
public class IvMTrace2dotToken2 extends java.lang.ObjectRewritten animation class- Author:
- sleemans
-
-
Constructor Summary
Constructors Constructor Description IvMTrace2dotToken2()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanareTraceTimestampsConsistent(IvMTrace trace)static DotTokentrace2token(IvMModel model, IvMTrace trace, boolean showDeviations, ShortestPathGraph shortestPath, ProcessTreeVisualisationInfo info, Scaler scaler)
-
-
-
Method Detail
-
areTraceTimestampsConsistent
public static boolean areTraceTimestampsConsistent(IvMTrace trace)
-
trace2token
public static DotToken trace2token(IvMModel model, IvMTrace trace, boolean showDeviations, ShortestPathGraph shortestPath, ProcessTreeVisualisationInfo info, Scaler scaler)
- Parameters:
model-trace-showDeviations-shortestPath-info-scaler-- Returns:
- The dotToken of this trace, starting at the source and ending at sink. All time stamps are represented in the dotToken.
-
-