Class IvMTrace2DotToken
- java.lang.Object
-
- org.processmining.plugins.inductiveVisualMiner.animation.IvMTrace2DotToken
-
public class IvMTrace2DotToken extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description IvMTrace2DotToken()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intfindCompleteIndex(int i, java.util.List<IvMMove> trace)static java.util.List<java.util.List<IvMMove>>splitTrace(IvMEfficientTree tree, int unode, java.util.List<IvMMove> trace)static DotTokentrace2dotToken(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 DotTokentrace2token(IvMEfficientTree tree, IvMTrace trace, boolean showDeviations, ShortestPathGraph shortestPath, ProcessTreeVisualisationInfo info, Scaler scaler)
-
-
-
Method Detail
-
trace2token
public static DotToken trace2token(IvMEfficientTree tree, IvMTrace trace, boolean showDeviations, ShortestPathGraph shortestPath, ProcessTreeVisualisationInfo info, Scaler scaler)
-
trace2dotToken
public static DotToken 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)
-
splitTrace
public static java.util.List<java.util.List<IvMMove>> splitTrace(IvMEfficientTree tree, int unode, java.util.List<IvMMove> trace)
-
findCompleteIndex
public static int findCompleteIndex(int i, java.util.List<IvMMove> trace)- Parameters:
i-trace-- Returns:
- the index of the first complete after @i in @trace.
-
-