Class EventAttrEntity


  • public class EventAttrEntity
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      EventAttrEntity​(org.deckfour.xes.model.XEvent event, org.deckfour.xes.model.XAttribute value)  
    • Constructor Detail

      • EventAttrEntity

        public EventAttrEntity​(org.deckfour.xes.model.XEvent event,
                               org.deckfour.xes.model.XAttribute value)
    • Method Detail

      • getEvent

        public org.deckfour.xes.model.XEvent getEvent()
      • setEvent

        public void setEvent​(org.deckfour.xes.model.XEvent event)
      • getAttribute

        public org.deckfour.xes.model.XAttribute getAttribute()
      • setAttribute

        public void setAttribute​(org.deckfour.xes.model.XAttribute attribute)
      • isDiffThanPrev

        public boolean isDiffThanPrev()
      • setDiffThanPrev

        public void setDiffThanPrev​(boolean isDiffThanPrev)
      • setEventIndex

        public void setEventIndex​(int i)
      • getEventIndex

        public int getEventIndex()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object