public class ExecStatistics
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
NO_VALUE |
Constructor and Description |
---|
ExecStatistics(ExecIntervalTreeDecorator dec,
IEPTreeNode treeNode,
com.google.common.base.Function<org.deckfour.xes.model.XEvent,java.lang.Integer> fncEvent2Time) |
ExecStatistics(IEPTree model,
IEPTreeNode treeNode,
com.google.common.base.Function<org.deckfour.xes.model.XEvent,java.lang.Integer> fncEvent2Time) |
Modifier and Type | Method and Description |
---|---|
int |
getAbsoluteFreq() |
int |
getCaseFreq() |
org.apache.commons.math3.stat.descriptive.StatisticalSummary |
getDurationStats() |
gnu.trove.list.TIntList |
getDurationTimes() |
IEPTreeNode |
getNode() |
org.apache.commons.math3.stat.descriptive.StatisticalSummary |
getWaitingStats() |
gnu.trove.list.TIntList |
getWaitingTimes() |
public ExecStatistics(IEPTree model, IEPTreeNode treeNode, com.google.common.base.Function<org.deckfour.xes.model.XEvent,java.lang.Integer> fncEvent2Time)
public ExecStatistics(ExecIntervalTreeDecorator dec, IEPTreeNode treeNode, com.google.common.base.Function<org.deckfour.xes.model.XEvent,java.lang.Integer> fncEvent2Time)
public IEPTreeNode getNode()
public int getAbsoluteFreq()
public int getCaseFreq()
public gnu.trove.list.TIntList getDurationTimes()
public org.apache.commons.math3.stat.descriptive.StatisticalSummary getDurationStats()
public gnu.trove.list.TIntList getWaitingTimes()
public org.apache.commons.math3.stat.descriptive.StatisticalSummary getWaitingStats()