Class DataflowEvent

java.lang.Object
kieker.analysis.architecture.recovery.events.DataflowEvent

public class DataflowEvent extends Object
Since:
1.3.0
Author:
Reiner Jung
  • Constructor Details

    • DataflowEvent

      public DataflowEvent(GenericElementEvent source, GenericElementEvent target, EDirection direction, 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 storage
      target - target element, either an operation or a storage
      direction - dataflow direction
      duration - duration of the dataflow (is zero in static analysis)
  • Method Details