Package org.processmining.log.utils
Class TraceVariantByClassifier
- java.lang.Object
-
- org.processmining.log.utils.TraceVariantByClassifier
-
- All Implemented Interfaces:
TraceVariant<org.deckfour.xes.classification.XEventClass>
public final class TraceVariantByClassifier extends java.lang.Object implements TraceVariant<org.deckfour.xes.classification.XEventClass>
-
-
Constructor Summary
Constructors Constructor Description TraceVariantByClassifier(org.deckfour.xes.model.XTrace trace, org.deckfour.xes.classification.XEventClasses eventClasses)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)com.google.common.collect.ImmutableList<org.deckfour.xes.classification.XEventClass>getEvents()inthashCode()
-
-
-
Method Detail
-
getEvents
public com.google.common.collect.ImmutableList<org.deckfour.xes.classification.XEventClass> getEvents()
- Specified by:
getEventsin interfaceTraceVariant<org.deckfour.xes.classification.XEventClass>- Returns:
- the list of events as viewed by this variant
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
-