Package tools.descartes.dlim.extractor
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 TypeMethodDescriptionvoid
extractIntoSequence
(Sequence root, List<ArrivalRateTuple> readArrivalRates) Extract a Sequence from the List of read arrival rates.
-
Method Details
-
extractIntoSequence
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.
-