Class EvClassTransMapping
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<org.deckfour.xes.classification.XEventClass,java.util.Collection<org.processmining.models.graphbased.directed.petrinet.elements.Transition>>
-
- org.processmining.trafficlightcc.algorithms.replay.partialorder.EvClassTransMapping
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,java.util.Map<org.deckfour.xes.classification.XEventClass,java.util.Collection<org.processmining.models.graphbased.directed.petrinet.elements.Transition>>
public class EvClassTransMapping extends java.util.HashMap<org.deckfour.xes.classification.XEventClass,java.util.Collection<org.processmining.models.graphbased.directed.petrinet.elements.Transition>>Similar to theTransEvClassMapping; however, it reverses the map thereby offering the option to map multiple event classes to the same transition- Author:
- brockhoff
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EvClassTransMapping(org.deckfour.xes.classification.XEventClassifier eventClassifier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.deckfour.xes.classification.XEventClassifiergetEventClassifier()voidsetEventClassifier(org.deckfour.xes.classification.XEventClassifier eventClassifier)-
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
-