Class ExtractorContainer

java.lang.Object
tools.descartes.dlim.extractorHandler.ExtractorContainer

public class ExtractorContainer extends Object
Contains an Extractor that implements the Extractor extension point.
  • Constructor Details

    • ExtractorContainer

      public ExtractorContainer(String label, IDlimExtractor extractor, IDlimArrivalRateReader reader)
      Create a new extractor extension point implementation. Needs a given label, an IDlimExtractor implementation, and an IDlimArrivalRateReader implementation.
      Parameters:
      label - the label
      extractor - the extractor
      reader - the reader
  • Method Details

    • getLabel

      public String getLabel()
      Gets the label.
      Returns:
      the label
    • setLabel

      public void setLabel(String label)
      Sets the label.
      Parameters:
      label - the new label
    • getExtractor

      public IDlimExtractor getExtractor()
      Gets the extractor.
      Returns:
      the extractor
    • setExtractor

      public void setExtractor(IDlimExtractor extractor)
      Sets the extractor.
      Parameters:
      extractor - the new extractor
    • getReader

      public IDlimArrivalRateReader getReader()
      Gets the reader.
      Returns:
      the reader
    • setReader

      public void setReader(IDlimArrivalRateReader reader)
      Sets the reader.
      Parameters:
      reader - the new reader