public class ScenarioDataParams extends Object
Constructor and Description |
---|
ScenarioDataParams() |
Modifier and Type | Method and Description |
---|---|
String |
getFilename()
Returns the filename of the call center parameter file corresponding to this scenario.
|
double |
getProbability()
Returns the probability mass of this scenario.
|
void |
setFilename(String f)
Sets the filename of the call center parameter file for this scenario.
|
void |
setProbability(double p)
Sets the probability mass of this scenario, by default it is 0.
|
public void setFilename(String f)
public String getFilename()
public void setProbability(double p)
p
- the probability mass of this scenariopublic double getProbability()