Package org.processmining.log.utils
Interface TraceVariant<E>
-
- Type Parameters:
E- what constitutes an event
- All Known Implementing Classes:
TraceVariantByClassifier
public interface TraceVariant<E>Trace variant which should override#equals(Object)and#hashCode()to provide an equivalence relation for traces. A standard implementation based on the classification of events is provided inTraceVariantByClassifier.- Author:
- F. Mannhardt
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<E>getEvents()
-
-
-
Method Detail
-
getEvents
java.util.List<E> getEvents()
- Returns:
- the list of events as viewed by this variant
-
-