|
Aimsun Next Scripting
22
|
Public Member Functions | |
| bool | validSettings () const |
| uint | maxIterations () const |
| void | setMaxIterations (const uint &iMaxIterations) |
| double | maxDemandSupplyGap () const |
| void | setMaxDemandSupplyGap (double maxDemandSupplyGap) |
| LoopObjectData | getObjectExitCondition (const EDataObjectType &iType) const |
| void | setObjectExitCondition (const EDataObjectType &iType, const LoopObjectData &iExitCondition) |
| void | removeObjectExitCondition (const EDataObjectType &iType) |
| LoopObjectData FourStepLoopParams::getObjectExitCondition | ( | const EDataObjectType & | iType | ) | const |
Gets the exit condition associated to iType
| double FourStepLoopParams::maxDemandSupplyGap | ( | ) | const |
Gets the maximum demand-supply gap
| uint FourStepLoopParams::maxIterations | ( | ) | const |
Gets the maximum number of iterations
| void FourStepLoopParams::removeObjectExitCondition | ( | const EDataObjectType & | iType | ) |
Removes the exit condition associated to iType
| void FourStepLoopParams::setMaxDemandSupplyGap | ( | double | maxDemandSupplyGap | ) |
Sets the maximum demand-supply gap
| void FourStepLoopParams::setMaxIterations | ( | const uint & | iMaxIterations | ) |
Sets the maximum number of iterations
| void FourStepLoopParams::setObjectExitCondition | ( | const EDataObjectType & | iType, |
| const LoopObjectData & | iExitCondition | ||
| ) |
Sets the exit condition associated to iType
| bool FourStepLoopParams::validSettings | ( | ) | const |
Check whether the specified parameters are valid or not
1.9.4