Class ExtractorContainer
java.lang.Object
tools.descartes.dlim.extractorHandler.ExtractorContainer
Contains an Extractor that implements the Extractor extension point.
-
Constructor Summary
ConstructorsConstructorDescriptionExtractorContainer
(String label, IDlimExtractor extractor, IDlimArrivalRateReader reader) Create a new extractor extension point implementation. -
Method Summary
Modifier and TypeMethodDescriptionGets the extractor.getLabel()
Gets the label.Gets the reader.void
setExtractor
(IDlimExtractor extractor) Sets the extractor.void
Sets the label.void
setReader
(IDlimArrivalRateReader reader) Sets the reader.
-
Constructor Details
-
ExtractorContainer
Create a new extractor extension point implementation. Needs a given label, an IDlimExtractor implementation, and an IDlimArrivalRateReader implementation.- Parameters:
label
- the labelextractor
- the extractorreader
- the reader
-
-
Method Details
-
getLabel
Gets the label.- Returns:
- the label
-
setLabel
Sets the label.- Parameters:
label
- the new label
-
getExtractor
Gets the extractor.- Returns:
- the extractor
-
setExtractor
Sets the extractor.- Parameters:
extractor
- the new extractor
-
getReader
Gets the reader.- Returns:
- the reader
-
setReader
Sets the reader.- Parameters:
reader
- the new reader
-