Class 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
      boolean equals​(java.lang.Object obj)  
      com.google.common.collect.ImmutableList<org.deckfour.xes.classification.XEventClass> getEvents()  
      int hashCode()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TraceVariantByClassifier

        public TraceVariantByClassifier​(org.deckfour.xes.model.XTrace trace,
                                        org.deckfour.xes.classification.XEventClasses eventClasses)
    • Method Detail

      • getEvents

        public com.google.common.collect.ImmutableList<org.deckfour.xes.classification.XEventClass> getEvents()
        Specified by:
        getEvents in interface TraceVariant<org.deckfour.xes.classification.XEventClass>
        Returns:
        the list of events as viewed by this variant
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object