Class EfficientEvent
- java.lang.Object
-
- org.processmining.lpm.efficientlog.EfficientEvent
-
- All Implemented Interfaces:
java.lang.Cloneable,org.deckfour.xes.model.XAttributable,org.deckfour.xes.model.XElement,org.deckfour.xes.model.XEvent
public class EfficientEvent extends java.lang.Object implements org.deckfour.xes.model.XEvent
-
-
Constructor Summary
Constructors Constructor Description EfficientEvent()EfficientEvent(long id)EfficientEvent(long id, org.deckfour.xes.model.XAttributeMap attributes)EfficientEvent(org.deckfour.xes.model.XAttributeMap attributes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(org.deckfour.xes.model.XVisitor visitor, org.deckfour.xes.model.XTrace trace)java.lang.Objectclone()booleanequals(java.lang.Object o)org.deckfour.xes.model.XAttributeMapgetAttributes()java.util.Set<org.deckfour.xes.extension.XExtension>getExtensions()org.deckfour.xes.id.XIDgetID()EfficientEventgetNext()booleanhasAttributes()inthashCode()voidsetAttributes(org.deckfour.xes.model.XAttributeMap attributes)voidsetNext(EfficientEvent nextEvent)java.lang.StringtoString()
-
-
-
Method Detail
-
setNext
public void setNext(EfficientEvent nextEvent)
-
getNext
public EfficientEvent getNext()
-
getAttributes
public org.deckfour.xes.model.XAttributeMap getAttributes()
- Specified by:
getAttributesin interfaceorg.deckfour.xes.model.XAttributable
-
setAttributes
public void setAttributes(org.deckfour.xes.model.XAttributeMap attributes)
- Specified by:
setAttributesin interfaceorg.deckfour.xes.model.XAttributable
-
hasAttributes
public boolean hasAttributes()
- Specified by:
hasAttributesin interfaceorg.deckfour.xes.model.XAttributable
-
getExtensions
public java.util.Set<org.deckfour.xes.extension.XExtension> getExtensions()
- Specified by:
getExtensionsin interfaceorg.deckfour.xes.model.XAttributable
-
clone
public java.lang.Object clone()
- Specified by:
clonein interfaceorg.deckfour.xes.model.XElement- Overrides:
clonein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
getID
public org.deckfour.xes.id.XID getID()
- Specified by:
getIDin interfaceorg.deckfour.xes.model.XEvent
-
accept
public void accept(org.deckfour.xes.model.XVisitor visitor, org.deckfour.xes.model.XTrace trace)- Specified by:
acceptin interfaceorg.deckfour.xes.model.XEvent
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-