Package | Description |
---|---|
org.processmining.plugins.actitrac.algorithm | |
org.processmining.plugins.actitrac.types |
Modifier and Type | Method and Description |
---|---|
ProcessModel |
ProcessModel.add(org.deckfour.xes.model.XLog log)
Create a new ProcessModel by taking the log of this model and adding the
given log to it.
|
Modifier and Type | Method and Description |
---|---|
ProcessModel |
Cluster.getProcessModel()
Return the ProcessModel that represents this cluster.
|
Constructor and Description |
---|
Cluster(org.deckfour.xes.model.XLog log,
ProcessModel model,
java.lang.String name)
Create a new Cluster, with the given internal log, model and name.
|