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 in TraceVariantByClassifier.
    Author:
    F. Mannhardt
    • Method Detail

      • getEvents

        java.util.List<E> getEvents()
        Returns:
        the list of events as viewed by this variant