Class QueueLengthsImplBPComplete
- java.lang.Object
-
- org.processmining.plugins.inductiveVisualMiner.performance.QueueLengths
-
- org.processmining.plugins.inductiveVisualMiner.performance.QueueLengthsImplBPComplete
-
public class QueueLengthsImplBPComplete extends QueueLengths
-
-
Constructor Summary
Constructors Constructor Description QueueLengthsImplBPComplete(gnu.trove.map.TIntObjectMap<QueueActivityLog> queueActivityLogs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()doublegetQueueProbability(int unode, QueueActivityLog l, long time, int traceIndex)booleanisBusy(int unode, QueueActivityLog l, long time)-
Methods inherited from class org.processmining.plugins.inductiveVisualMiner.performance.QueueLengths
getQueueLength
-
-
-
-
Constructor Detail
-
QueueLengthsImplBPComplete
public QueueLengthsImplBPComplete(gnu.trove.map.TIntObjectMap<QueueActivityLog> queueActivityLogs)
-
-
Method Detail
-
isBusy
public boolean isBusy(int unode, QueueActivityLog l, long time)
-
getQueueProbability
public double getQueueProbability(int unode, QueueActivityLog l, long time, int traceIndex)- Specified by:
getQueueProbabilityin classQueueLengths- Returns:
- the probability that the trace is in queue at this moment.
-
getName
public java.lang.String getName()
- Specified by:
getNamein classQueueLengths
-
-