Class LightEvent
- java.lang.Object
-
- org.processmining.logprojection.lightxlog.AbstractAttributable
-
- org.processmining.logprojection.lightxlog.LightEvent
-
public class LightEvent extends AbstractAttributable
-
-
Field Summary
-
Fields inherited from class org.processmining.logprojection.lightxlog.AbstractAttributable
DATEFORMATABS, DATEFORMATREL, manager, number, view
-
-
Constructor Summary
Constructors Constructor Description LightEvent(LogView view, int number, java.lang.String eventClass, int eventClassNumber)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)Equality is based on the name of the tracejava.lang.StringgetName()intgetNameIndex()inthashCode()voidsetNameIndex(int label)java.lang.StringtoString()-
Methods inherited from class org.processmining.logprojection.lightxlog.AbstractAttributable
getAttributeKeys, getAttributeValueBoolean, getAttributeValueBoolean, getAttributeValueContinuous, getAttributeValueContinuous, getAttributeValueDiscrete, getAttributeValueDiscrete, getAttributeValueLiteral, getAttributeValueLiteral, getAttributeValueLiteralIndex, getAttributeValueLiteralIndex, getAttributeValueTimestamp, getAttributeValueTimestamp
-
-
-
-
Constructor Detail
-
LightEvent
public LightEvent(LogView view, int number, java.lang.String eventClass, int eventClassNumber)
-
-
Method Detail
-
getNameIndex
public int getNameIndex()
-
getName
public java.lang.String getName()
- Specified by:
getNamein classAbstractAttributable
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
Equality is based on the name of the trace- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
setNameIndex
public void setNameIndex(int label)
-
-