Class CallEvent
java.lang.Object
kieker.analysis.architecture.recovery.events.CallEvent
public class CallEvent
extends java.lang.Object
- Since:
- 1.15
- Author:
- Reiner Jung
-
Constructor Summary
Constructors Constructor Description CallEvent(OperationEvent caller, OperationEvent callee, java.time.Duration duration) -
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object obj)OperationEventgetCallee()OperationEventgetCaller()java.time.DurationgetDuration()inthashCode()java.lang.StringtoString()
-
Constructor Details
-
Method Details
-
getCaller
-
getCallee
-
getDuration
public java.time.Duration getDuration() -
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
-