|
Aimsun Next Scripting
22
|
Public Member Functions | |
| MacroModelPlugin () | |
| ~MacroModelPlugin () | |
| QString | verify () |
| void | setDefaultAssignmentEngine (QString internalName) |
| QString | getDefaultAssignmentEngine () const |
Public Member Functions inherited from GKPlugin | |
| GKPlugin () | |
| virtual QString | verify ()=0 |
| const QString & | getName () const |
| if (base) | |
Additional Inherited Members | |
Public Attributes inherited from GKPlugin | |
| ConvertToSubClassCode Py_BEGIN_ALLOW_THREADS GKPlugin * | base = (GKPlugin*)sipCpp |
| sipType = 0 | |
| MacroModelPlugin::MacroModelPlugin | ( | ) |
| MacroModelPlugin::~MacroModelPlugin | ( | ) |
| QString MacroModelPlugin::getDefaultAssignmentEngine | ( | ) | const |
Gets the internal name of the assignment engine that will be used as the default one when creating a new experiment.
| void MacroModelPlugin::setDefaultAssignmentEngine | ( | QString | internalName | ) |
Sets the internal name of the assignment engine that will be used as the default one when creating a new experiment. The existing assignment engines are: AllOrNothing, FrankWolfe, Incremental, MSA, Stochastic.
|
virtual |
Verify this plug-in (for installation errors for example). Returns a string if something goes wrong (an empty string otherwise).
Implements GKPlugin.
1.9.4