public class AlphaLogRelationsImpl extends AbstractLogRelations
Modifier and Type | Field and Description |
---|---|
protected double[][] |
parallelMatrix |
absoluteDirectlyFollowsMatrix, absoluteLengthTwoLoopMatrix, causalMatrix, classes, dfrTraceMap, ends, eventClasses, log, progress, starts, summary
Constructor and Description |
---|
AlphaLogRelationsImpl(org.deckfour.xes.model.XLog log) |
AlphaLogRelationsImpl(org.deckfour.xes.model.XLog log,
org.processmining.framework.plugin.Progress progress) |
AlphaLogRelationsImpl(org.deckfour.xes.model.XLog log,
org.deckfour.xes.info.XLogInfo summary) |
AlphaLogRelationsImpl(org.deckfour.xes.model.XLog log,
org.deckfour.xes.info.XLogInfo summary,
org.processmining.framework.plugin.Progress progress) |
Modifier and Type | Method and Description |
---|---|
protected void |
calculateLogRelations() |
protected void |
calculateMetrics() |
protected void |
expandProgress()
Add to the progress, the additional cost of computation generated by
calculate metrics.
|
java.util.Map<org.processmining.framework.util.Pair<org.deckfour.xes.classification.XEventClass,org.deckfour.xes.classification.XEventClass>,java.lang.Double> |
getParallelRelations()
Returns a map from pairs of event classes to double, such that if a pair
(x,y) of two event classes x and y are in the map, and the double value
attached to this pair is greater than 0, then a parallel relation between
x and y exists.
|
absoluteDirectlyFollowsMatrix, causalDependencies, causalMatrix, fillDirectSuccessionMatrices, getCausalDependencies, getCountDirect, getDirectFollowsDependencies, getEndEvents, getEndTraceInfo, getEventClasses, getLengthOneLoops, getLengthTwoLoops, getLog, getSource, getStartEvents, getStartTraceInfo, getSummary, increaseProgress, lengthOneLoops, lengthTwoLoops, setupEventClasses, storePair, traceContainsLengthTwoConstruct
public AlphaLogRelationsImpl(org.deckfour.xes.model.XLog log)
public AlphaLogRelationsImpl(org.deckfour.xes.model.XLog log, org.deckfour.xes.info.XLogInfo summary)
public AlphaLogRelationsImpl(org.deckfour.xes.model.XLog log, org.processmining.framework.plugin.Progress progress)
public AlphaLogRelationsImpl(org.deckfour.xes.model.XLog log, org.deckfour.xes.info.XLogInfo summary, org.processmining.framework.plugin.Progress progress)
protected void calculateLogRelations()
calculateLogRelations
in class AbstractLogRelations
protected void expandProgress()
AbstractLogRelations
expandProgress
in class AbstractLogRelations
protected void calculateMetrics()
calculateMetrics
in class AbstractLogRelations
public java.util.Map<org.processmining.framework.util.Pair<org.deckfour.xes.classification.XEventClass,org.deckfour.xes.classification.XEventClass>,java.lang.Double> getParallelRelations()
EventRelations