Package tools.descartes.dlim.extractor
Class SimpleExtractor
java.lang.Object
tools.descartes.dlim.extractor.SimpleExtractor
- All Implemented Interfaces:
IDlimExtractor
Default implementation of the IDlimExtractor interface for the Extractor extension point. Use
this when testing new arrival rate file readers.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidextractIntoSequence(Sequence root, List<ArrivalRateTuple> readArrivalRates) Extracts the read arrival rate list into a DLIM Sequence.
-
Constructor Details
-
SimpleExtractor
public SimpleExtractor()
-
-
Method Details
-
extractIntoSequence
Extracts the read arrival rate list into a DLIM Sequence. Seasonal period and Trend length are pre-set.- Specified by:
extractIntoSequencein interfaceIDlimExtractor- Parameters:
root- The model's root Sequence.readArrivalRates- a list of arrival rates with their respective time-stamps.
-