public class IvMTrace2DotToken
extends java.lang.Object
Constructor and Description |
---|
IvMTrace2DotToken() |
Modifier and Type | Method and Description |
---|---|
static int |
findCompleteIndex(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 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) |
static DotToken |
trace2token(IvMEfficientTree tree,
IvMTrace trace,
boolean showDeviations,
ShortestPathGraph shortestPath,
ProcessTreeVisualisationInfo info,
Scaler scaler) |
public static DotToken trace2token(IvMEfficientTree tree, IvMTrace trace, boolean showDeviations, ShortestPathGraph shortestPath, ProcessTreeVisualisationInfo info, Scaler scaler)
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)
public static java.util.List<java.util.List<IvMMove>> splitTrace(IvMEfficientTree tree, int unode, java.util.List<IvMMove> trace)
public static int findCompleteIndex(int i, java.util.List<IvMMove> trace)
i
- trace
-