Package tools.descartes.dlim
Interface ArrivalRatesFromFile
- All Known Implementing Classes:
ArrivalRatesFromFileImpl
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 Summary
Modifier and TypeMethodDescriptiondouble
getArrivalRate
(double x) Returns the value of the 'File Path' attribute.void
readFile()
void
setFilePath
(String value) Sets the value of the 'File Path
' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface tools.descartes.dlim.Function
getCombine
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
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
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.
-