Modifier and Type | Method and Description |
---|---|
boolean |
Selection.isSelected(IvMModel model,
java.util.List<Move> trace,
Move move) |
Modifier and Type | Method and Description |
---|---|
boolean |
Selection.isSelected(IvMModel model,
java.util.List<Move> trace,
Move move) |
Modifier and Type | Method and Description |
---|---|
Move |
ETMAlignmentCallbackImpl.getMove(IvMModel model,
org.processmining.plugins.etm.model.narytree.replayer.TreeRecord naryMove,
nl.tue.astar.Trace trace,
int moveIndex) |
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.
|
static LogMovePosition |
LogMovePosition.of(Move move) |
Modifier and Type | Method and Description |
---|---|
static Move |
LogUtils.findNextCompleteModelMove(java.util.List<Move> trace,
int index) |
static Move |
LogUtils.findPreviousCompleteModelMove(java.util.List<Move> trace,
int index) |
Modifier and Type | Method and Description |
---|---|
static Move |
LogUtils.findNextCompleteModelMove(java.util.List<Move> trace,
int index) |
static Move |
LogUtils.findPreviousCompleteModelMove(java.util.List<Move> trace,
int index) |
Modifier and Type | Class and Description |
---|---|
class |
IvMMove |
Modifier and Type | Method and Description |
---|---|
org.processmining.plugins.InductiveMiner.MultiSet<Move> |
IvMLogInfo.getActivities() |
Constructor and Description |
---|
IvMMove(IvMModel model,
Move move,
java.lang.Long logTimestamp,
java.lang.String resource,
org.deckfour.xes.model.XAttributeMap xAttributeMap) |