public class DependencyExtractor
extends java.lang.Object
BPMNDiagram
.Constructor and Description |
---|
DependencyExtractor(org.processmining.models.graphbased.directed.bpmn.BPMNDiagram model)
Main class constructor
|
Modifier and Type | Method and Description |
---|---|
DependencySet |
getDependencies()
This method returns the set of dependencies associated to the provided
model
|
DependencySet |
getWeightedDependencies(org.deckfour.xes.model.XLog log,
java.util.Map<java.lang.String,MultiSet<java.lang.String>> activityOriginatorFrequencies)
This method weights each dependency already discovered according to the
data contained into the provided log
|
public DependencyExtractor(org.processmining.models.graphbased.directed.bpmn.BPMNDiagram model)
model
- the model to extract the dependencies frompublic DependencySet getDependencies()
public DependencySet getWeightedDependencies(org.deckfour.xes.model.XLog log, java.util.Map<java.lang.String,MultiSet<java.lang.String>> activityOriginatorFrequencies)
log
- the log to use for the dependency weightingactivityOriginatorFrequencies
- this object is modified in order to
count the number of events that each originator performed for each
activity