Class TransitionExecution
- java.lang.Object
-
- org.processmining.lifecycleperformance.models.performance.TransitionExecution
-
public class TransitionExecution extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TransitionExecution()TransitionExecution(long t)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)longgetTimestamp()inthashCode()voidsetTimestamp(long timestamp)java.lang.StringtoString()
-
-
-
Method Detail
-
getTimestamp
public long getTimestamp()
-
setTimestamp
public void setTimestamp(long timestamp)
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-