public class IvMLogInfo
extends java.lang.Object
Constructor and Description |
---|
IvMLogInfo() |
IvMLogInfo(IvMLog log,
IvMModel model) |
Modifier and Type | Method and Description |
---|---|
org.processmining.plugins.InductiveMiner.MultiSet<Move> |
getActivities() |
java.util.Map<LogMovePosition,org.processmining.plugins.InductiveMiner.MultiSet<org.deckfour.xes.classification.XEventClass>> |
getLogMoves() |
long |
getModelEdgeExecutions(int from,
int to) |
long |
getModelMoveEdgeExecutions(int from,
int to) |
gnu.trove.map.TIntLongMap |
getModelMoves() |
long |
getNodeExecutions(IvMEfficientTree tree,
int node) |
int |
getNumberOfTraces() |
org.processmining.plugins.InductiveMiner.MultiSet<java.lang.String> |
getUnlabeledLogMoves() |
static boolean |
nodeLeavesParallel(IvMEfficientTree tree,
int parallelNode,
int newNode) |
public gnu.trove.map.TIntLongMap getModelMoves()
public java.util.Map<LogMovePosition,org.processmining.plugins.InductiveMiner.MultiSet<org.deckfour.xes.classification.XEventClass>> getLogMoves()
public org.processmining.plugins.InductiveMiner.MultiSet<java.lang.String> getUnlabeledLogMoves()
public org.processmining.plugins.InductiveMiner.MultiSet<Move> getActivities()
public long getNodeExecutions(IvMEfficientTree tree, int node)
public static boolean nodeLeavesParallel(IvMEfficientTree tree, int parallelNode, int newNode)
parallelNode
- newNode
- public long getModelEdgeExecutions(int from, int to)
public long getModelMoveEdgeExecutions(int from, int to)
public int getNumberOfTraces()