Aimsun Next Scripting
22
|
Public Member Functions | |
CStochasticParams () | |
~CStochasticParams () | |
int | getMaxNumberPaths () const |
void | setMaxNumberPaths (int iValue) |
GKFunctionCost * | getUtilityFunction () const |
void | setUtilityFunction (GKFunctionCost *function) |
MacroExperiment * | getPreloadExperiment () const |
void | setPreloadExperiment (MacroExperiment *experiment) |
bool | validParameters (GKModel *iModel) const |
QString | getTypeName () const |
![]() | |
if (base) | |
Py_END_ALLOW_THREADS End | MacroExperimentParams () |
~MacroExperimentParams () | |
virtual QString | getTypeName () const =0 |
virtual bool | validParameters (GKModel *iModel) const =0 |
Additional Inherited Members | |
![]() | |
ConvertToSubClassCode Py_BEGIN_ALLOW_THREADS MacroExperimentParams * | base = (MacroExperimentParams*)sipCpp |
sipType = 0 | |
This Class provides the Stochastic parameters that can be configured
CStochasticParams::CStochasticParams | ( | ) |
CStochasticParams constructor.
CStochasticParams::~CStochasticParams | ( | ) |
CStochasticParams destructor.
int CStochasticParams::getMaxNumberPaths | ( | ) | const |
Gets maximum number of paths to be used.
MacroExperiment * CStochasticParams::getPreloadExperiment | ( | ) | const |
Gets the experiment to preload.
|
virtual |
Gets name of the type of Static Assignment.
Implements MacroExperimentParams.
GKFunctionCost * CStochasticParams::getUtilityFunction | ( | ) | const |
Gets the utility function.
void CStochasticParams::setMaxNumberPaths | ( | int | iValue | ) |
Sets maximum number of paths to be used.
void CStochasticParams::setPreloadExperiment | ( | MacroExperiment * | experiment | ) |
Sets the experiment to preload.
void CStochasticParams::setUtilityFunction | ( | GKFunctionCost * | function | ) |
Sets the utility function.
|
virtual |
Check whether the parameters set are valid or not.
Implements MacroExperimentParams.