public class TransEvClassMapping
extends java.util.HashMap<org.processmining.models.graphbased.directed.petrinet.elements.Transition,org.deckfour.xes.classification.XEventClass>
Constructor and Description |
---|
TransEvClassMapping(org.deckfour.xes.classification.XEventClassifier eventClassifier,
org.deckfour.xes.classification.XEventClass dummyEventClass)
Allowed constructor
|
Modifier and Type | Method and Description |
---|---|
org.deckfour.xes.classification.XEventClass |
getDummyEventClass()
Get event class that is used to represent transition (not invisible ones) that is not mapped to
any activity
|
org.deckfour.xes.classification.XEventClassifier |
getEventClassifier()
get the classifier
|
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
public TransEvClassMapping(org.deckfour.xes.classification.XEventClassifier eventClassifier, org.deckfour.xes.classification.XEventClass dummyEventClass)
eventClassifier
- dummyEventClass
- public org.deckfour.xes.classification.XEventClassifier getEventClassifier()
public org.deckfour.xes.classification.XEventClass getDummyEventClass()