public class TemporalModel
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PARAMETER_LABEL |
static org.deckfour.xes.classification.XEventClass |
START_CLASS |
Constructor and Description |
---|
TemporalModel(StochasticNet.TimeUnit unit) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<TemporalNode,java.util.List<TemporalConnection>> |
getConnections() |
TemporalNode |
getLatestNode() |
java.util.Map<org.deckfour.xes.classification.XEventClass,TemporalNode> |
getNodes() |
double |
getRelativePositionInTrace(TemporalNode node)
Average distance of the event from the start node.
|
double |
getSmoothingFactor() |
TemporalNode |
getStartNode() |
StochasticNet.TimeUnit |
getTimeUnit() |
void |
init(org.deckfour.xes.model.XLog log,
org.deckfour.xes.info.XLogInfo info) |
public static final java.lang.String PARAMETER_LABEL
public static final org.deckfour.xes.classification.XEventClass START_CLASS
public TemporalModel(StochasticNet.TimeUnit unit)
public void init(org.deckfour.xes.model.XLog log, org.deckfour.xes.info.XLogInfo info)
public double getRelativePositionInTrace(TemporalNode node)
node
- public StochasticNet.TimeUnit getTimeUnit()
public java.util.Map<org.deckfour.xes.classification.XEventClass,TemporalNode> getNodes()
public java.util.Map<TemporalNode,java.util.List<TemporalConnection>> getConnections()
public double getSmoothingFactor()
public TemporalNode getStartNode()
public TemporalNode getLatestNode()