Interface ArrivalRatesFromFile

All Superinterfaces:
EObject, Function, Notifier
All Known Implementing Classes:
ArrivalRatesFromFileImpl

public interface ArrivalRatesFromFile extends Function
A representation of the model object ' Arrival Rates From File'.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
  • Method Details

    • getFilePath

      String getFilePath()
      Returns the value of the 'File Path' attribute. The default value is "C:/arrivalRates/arrivalRateFile.txt".

      If the meaning of the 'File Path' attribute isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'File Path' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      default="C:/arrivalRates/arrivalRateFile.txt"
    • setFilePath

      void setFilePath(String value)
      Sets the value of the ' File Path' attribute.
      Parameters:
      value - the new value of the 'File Path' attribute.
      See Also:
      Generated class or method.
    • getArrivalRate

      double getArrivalRate(double x)
      Generated class or method.
      EMF model class or method.
    • readFile

      void readFile()
      Generated class or method.
      EMF model class or method.