|
Aimsun Next Scripting
24.0
|
Classes | |
| struct | Arguments |
Public Member Functions | |
| LinkAnalysisResult () | |
| void | update (const Arguments &iArguments, bool iUseThreads) |
| const AnalysisFilter & | getFilter () const |
| GKColumn * | getVolumeColumn () const |
| GKColumn * | getFlowColumn () const |
| bool | store (const QString &iDirectory, const QString &iName) const |
| bool | restore (const QString &iDirectory, const QString &iName, const GKObject &iOriginator) |
Static Public Member Functions | |
| static QString | getName (const QString &iFileName) |
| static GKObject * | getOriginator (const QString &iFileName, const GKModel &iModel) |
| static QString | getFileName (const GKObject &iOriginator, const QString &iName) |
This class represents the results generated in a Link Analysis. It can be stored and retrieved from a file. The stored format is: 1 - AnalysisFilter description. 2 - Volume column description + Values for each object.
| LinkAnalysisResult::LinkAnalysisResult | ( | ) |
|
static |
Gets the Link Analysis fine name combining the originator name and the Link Analysis name
| const AnalysisFilter & LinkAnalysisResult::getFilter | ( | ) | const |
Gets the filter used in this Link Analysis
|
static |
Gets the Link Analysis name from the file name
|
static |
Gets the Link Analysis originator name from the file name
| bool LinkAnalysisResult::restore | ( | const QString & | iDirectory, |
| const QString & | iName, | ||
| const GKObject & | iOriginator | ||
| ) |
Restores the Link Analysis Result from the indicated iFilePath
| bool LinkAnalysisResult::store | ( | const QString & | iDirectory, |
| const QString & | iName | ||
| ) | const |
Stores the Link Analysis in the indicated iFilePath
| void LinkAnalysisResult::update | ( | const Arguments & | iArguments, |
| bool | iUseThreads | ||
| ) |
Updates the Link Analysis Result: generates results if needed
1.9.4