public interface LogRelations extends EventRelations<org.deckfour.xes.model.XLog>
Modifier and Type | Method and Description |
---|---|
java.util.Map<org.processmining.framework.util.Pair<org.deckfour.xes.classification.XEventClass,org.deckfour.xes.classification.XEventClass>,java.lang.Double> |
causalDependencies()
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, the double value
attached to this pair indicated the strength of a causal dependency from
x to y.
|
java.util.Map<org.processmining.framework.util.Pair<org.deckfour.xes.classification.XEventClass,org.deckfour.xes.classification.XEventClass>,java.util.Set<org.deckfour.xes.model.XTrace>> |
getCountDirect()
Deprecated.
|
java.util.Map<org.deckfour.xes.classification.XEventClass,java.lang.Integer> |
getEndTraceInfo()
Deprecated.
|
org.deckfour.xes.model.XLog |
getLog()
Deprecated.
|
java.util.Map<org.deckfour.xes.classification.XEventClass,java.lang.Integer> |
getStartTraceInfo()
Deprecated.
|
org.deckfour.xes.info.XLogInfo |
getSummary()
Returns the summary of the log, corresponding to the getEventClasses
method
|
absoluteDirectlyFollowsMatrix, causalMatrix, getCausalDependencies, getDirectFollowsDependencies, getEndEvents, getEventClasses, getLengthOneLoops, getLengthTwoLoops, getParallelRelations, getSource, getStartEvents, lengthOneLoops, lengthTwoLoops
@Deprecated org.deckfour.xes.model.XLog getLog()
java.util.Map<org.processmining.framework.util.Pair<org.deckfour.xes.classification.XEventClass,org.deckfour.xes.classification.XEventClass>,java.lang.Double> causalDependencies()
@Deprecated java.util.Map<org.deckfour.xes.classification.XEventClass,java.lang.Integer> getStartTraceInfo()
@Deprecated java.util.Map<org.deckfour.xes.classification.XEventClass,java.lang.Integer> getEndTraceInfo()
org.deckfour.xes.info.XLogInfo getSummary()
@Deprecated java.util.Map<org.processmining.framework.util.Pair<org.deckfour.xes.classification.XEventClass,org.deckfour.xes.classification.XEventClass>,java.util.Set<org.deckfour.xes.model.XTrace>> getCountDirect()