|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.processmining.analysis.eventmodelmerge.MergeActivitySetIntoActivityModel
public class MergeActivitySetIntoActivityModel
For the provided activityset which is based on events, a new empy activityset will be generated which will be based on activities. That means that the events that refer to the same activity are merged into one activity. Also a mapping will be generated for which highlevelactivities, that refer to an event, are merged into which highlevelactivity that refers to an activity.
Nested Class Summary | |
---|---|
static class |
MergeActivitySetIntoActivityModel.EventType
enumeration type for the different (log) event types that you can have in a log. |
Constructor Summary | |
---|---|
MergeActivitySetIntoActivityModel(HLActivitySet activitySet)
Basic constructor |
Method Summary | |
---|---|
java.util.HashMap<HighLevelActivity,java.util.ArrayList<HighLevelActivity>> |
getMapping()
Retrieves the mapping of which highlevelactivities that refer to events are merged into a highlevelactivity that refer to an activity. |
HLActivitySet |
mergeActivitySetIntoActivityModel()
Merges the provided activity set into an activityset that only refers to activities. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MergeActivitySetIntoActivityModel(HLActivitySet activitySet)
activitySet
- HLActivitySet the activity set that needs to be merged into an activity set
with only activities.Method Detail |
---|
public HLActivitySet mergeActivitySetIntoActivityModel()
public java.util.HashMap<HighLevelActivity,java.util.ArrayList<HighLevelActivity>> getMapping()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |