Interface IDlimExtractor

All Known Implementing Classes:
BinarySplitProcessExtractor, PeriodicProcessExtractor, SimpleExtractor, SimpleProcessExtractor

public interface IDlimExtractor
This Interface must be implemented for the Extractor extension point.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Extract a Sequence from the List of read arrival rates.
  • Method Details

    • extractIntoSequence

      void extractIntoSequence(Sequence root, List<ArrivalRateTuple> readArrivalRates)
      Extract a Sequence from the List of read arrival rates.
      Parameters:
      root - The model's root Sequence.
      readArrivalRates - a list of arrival rates with their respective time-stamps.