Class IvMLogInfo
- java.lang.Object
-
- org.processmining.plugins.inductiveVisualMiner.ivmlog.IvMLogInfo
-
public class IvMLogInfo extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description IvMLogInfo()IvMLogInfo(IvMLog log, IvMModel model)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.processmining.plugins.InductiveMiner.MultiSet<Move>getActivities()java.util.Map<LogMovePosition,org.processmining.plugins.InductiveMiner.MultiSet<org.deckfour.xes.classification.XEventClass>>getLogMoves()longgetModelEdgeExecutions(int from, int to)longgetModelMoveEdgeExecutions(int from, int to)gnu.trove.map.TIntLongMapgetModelMoves()longgetNodeExecutions(IvMEfficientTree tree, int node)intgetNumberOfTraces()org.processmining.plugins.InductiveMiner.MultiSet<java.lang.String>getUnlabeledLogMoves()static booleannodeLeavesParallel(IvMEfficientTree tree, int parallelNode, int newNode)
-
-
-
Method Detail
-
getModelMoves
public gnu.trove.map.TIntLongMap getModelMoves()
-
getLogMoves
public java.util.Map<LogMovePosition,org.processmining.plugins.InductiveMiner.MultiSet<org.deckfour.xes.classification.XEventClass>> getLogMoves()
-
getUnlabeledLogMoves
public org.processmining.plugins.InductiveMiner.MultiSet<java.lang.String> getUnlabeledLogMoves()
-
getActivities
public org.processmining.plugins.InductiveMiner.MultiSet<Move> getActivities()
-
getNodeExecutions
public long getNodeExecutions(IvMEfficientTree tree, int node)
-
nodeLeavesParallel
public static boolean nodeLeavesParallel(IvMEfficientTree tree, int parallelNode, int newNode)
- Parameters:
parallelNode-newNode-- Returns:
- Whether execution of newNode is proof that parallelNode is not executing anymore.
-
getModelEdgeExecutions
public long getModelEdgeExecutions(int from, int to)
-
getModelMoveEdgeExecutions
public long getModelMoveEdgeExecutions(int from, int to)
-
getNumberOfTraces
public int getNumberOfTraces()
-
-