Modifier and Type | Method and Description |
---|---|
static IvMMove |
ETMAlignmentCallbackImpl.move2ivmMove(IvMModel model,
Move move,
org.deckfour.xes.model.XTrace trace,
int eventIndex)
Fetches information from an XTrace and stores it in a better accessible
format.
|
Modifier and Type | Method and Description |
---|---|
void |
PositionLogMoves.position(IvMModel model,
java.util.List<IvMMove> trace) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<java.util.List<IvMMove>> |
IvMTrace2DotToken.splitTrace(IvMEfficientTree tree,
int unode,
java.util.List<IvMMove> trace) |
Modifier and Type | Method and Description |
---|---|
static LocalDotNode |
Animation.getDotNodeFromActivity(IvMMove move,
ProcessTreeVisualisationInfo info) |
static LocalDotEdge |
Animation.getModelMoveEdge(IvMMove move,
ProcessTreeVisualisationInfo info) |
static LocalDotEdge |
Animation.getTauEdge(IvMMove move,
ProcessTreeVisualisationInfo info) |
Modifier and Type | Method and Description |
---|---|
static int |
IvMTrace2DotToken.findCompleteIndex(int i,
java.util.List<IvMMove> trace) |
static java.util.List<java.util.List<IvMMove>> |
IvMTrace2DotToken.splitTrace(IvMEfficientTree tree,
int unode,
java.util.List<IvMMove> trace) |
static DotToken |
IvMTrace2DotToken.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) |
Modifier and Type | Method and Description |
---|---|
IvMMove |
IvMTraceImpl.ActivityInstanceIterator.getLastSequentialComplete(IvMModel model,
int unode) |
IvMMove |
IvMTraceImpl.EventIterator.next() |
IvMMove |
IvMTraceImpl.EventIterator.previous() |
Modifier and Type | Method and Description |
---|---|
org.processmining.plugins.InductiveMiner.Sextuple<java.lang.Integer,java.lang.String,IvMMove,IvMMove,IvMMove,IvMMove> |
IvMTraceImpl.ActivityInstanceIterator.next()
Returns the next activity instance.
|
org.processmining.plugins.InductiveMiner.Sextuple<java.lang.Integer,java.lang.String,IvMMove,IvMMove,IvMMove,IvMMove> |
IvMTraceImpl.ActivityInstanceIterator.next()
Returns the next activity instance.
|
org.processmining.plugins.InductiveMiner.Sextuple<java.lang.Integer,java.lang.String,IvMMove,IvMMove,IvMMove,IvMMove> |
IvMTraceImpl.ActivityInstanceIterator.next()
Returns the next activity instance.
|
org.processmining.plugins.InductiveMiner.Sextuple<java.lang.Integer,java.lang.String,IvMMove,IvMMove,IvMMove,IvMMove> |
IvMTraceImpl.ActivityInstanceIterator.next()
Returns the next activity instance.
|
Modifier and Type | Method and Description |
---|---|
IvMMove |
QueueActivityLog.getCompleteMove(int activityInstanceIndex) |
IvMMove |
QueueActivityLog.getEnqueueMove(int activityInstanceIndex) |
IvMMove |
QueueActivityLog.getInitiateMove(int activityInstanceIndex) |
IvMMove |
QueueActivityLog.getStartMove(int activityInstanceIndex) |
Modifier and Type | Method and Description |
---|---|
void |
QueueActivityLog.add(java.lang.String resource,
java.lang.Long startTrace,
java.lang.Long initiate,
IvMMove initiateMove,
java.lang.Long enqueue,
IvMMove enqueueMove,
java.lang.Long start,
IvMMove startMove,
java.lang.Long complete,
IvMMove completeMove,
java.lang.Long endTrace,
int traceIndex) |