Class DataflowEvent
java.lang.Object
kieker.analysis.architecture.recovery.events.DataflowEvent
public class DataflowEvent
extends java.lang.Object
- Since:
- 1.3.0
-
Constructor Summary
Constructors Constructor Description DataflowEvent(GenericElementEvent source, GenericElementEvent target, kieker.model.analysismodel.execution.EDirection direction, java.time.Duration duration)Create a new dataflow event between two operations or between one operation and one storage. -
Method Summary
Modifier and Type Method Description kieker.model.analysismodel.execution.EDirectiongetDirection()java.time.DurationgetDuration()GenericElementEventgetSource()GenericElementEventgetTarget()
-
Constructor Details
-
DataflowEvent
public DataflowEvent(GenericElementEvent source, GenericElementEvent target, kieker.model.analysismodel.execution.EDirection direction, java.time.Duration duration)Create a new dataflow event between two operations or between one operation and one storage.- Parameters:
source- source element, either an operation or a storagetarget- target element, either an operation or a storagedirection- dataflow directionduration- duration of the dataflow (is zero in static analysis)
-
-
Method Details
-
getSource
-
getTarget
-
getDirection
public kieker.model.analysismodel.execution.EDirection getDirection() -
getDuration
public java.time.Duration getDuration()
-