Package org.processmining.log.algorithms
Class AddProcessAttributeAlgorithm
- java.lang.Object
-
- org.processmining.log.algorithms.AddProcessAttributeAlgorithm
-
- Direct Known Subclasses:
AddProcessAttributePlugin
public class AddProcessAttributeAlgorithm extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AddProcessAttributeAlgorithm()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.deckfour.xes.model.XLogapply(org.deckfour.xes.model.XLog log, AddProcessAttributeParameters parameters)Creates a log where every event has a new history/future attribute.
-
-
-
Method Detail
-
apply
public org.deckfour.xes.model.XLog apply(org.deckfour.xes.model.XLog log, AddProcessAttributeParameters parameters)Creates a log where every event has a new history/future attribute.- Parameters:
log- The original log.parameters- The configured parameters for the new attribute.- Returns:
- A copy of the original log with the new attribute.
-
-