Class EventAttrEntity
- java.lang.Object
-
- org.processmining.partialorder.dal.models.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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.deckfour.xes.model.XAttributegetAttribute()org.deckfour.xes.model.XEventgetEvent()intgetEventIndex()booleanisDiffThanPrev()voidsetAttribute(org.deckfour.xes.model.XAttribute attribute)voidsetDiffThanPrev(boolean isDiffThanPrev)voidsetEvent(org.deckfour.xes.model.XEvent event)voidsetEventIndex(int i)java.lang.StringtoString()
-
-
-
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:
toStringin classjava.lang.Object
-
-