Aimsun Next Scripting
24.0
|
Public Member Functions | |
GKScheduleMasterControlJunctionItem () | |
GKScheduleMasterControlJunctionItem (int afrom, uint aduration, GKControlJunction *acontrolJunction) | |
GKScheduleMasterControlJunctionItem (int afrom, uint aduration, GKControlJunction *acontrolJunction, const GKScheduleMasterControlPlanItemOCITPars *params) | |
int | getFrom () const |
uint | getDuration () const |
void | setFrom (int seconds) |
void | setDuration (uint seconds) |
void | setControlJunction (GKControlJunction *ajunction) |
GKControlJunction * | getControlJunction () const |
const GKScheduleMasterControlPlanItemOCITPars * | getOCITParams () const |
It tells to the simulator when it will start, the duration and the control junction information. Also it contains the OCIT parameters, if set.
GKScheduleMasterControlJunctionItem::GKScheduleMasterControlJunctionItem | ( | ) |
GKScheduleMasterControlJunctionItem::GKScheduleMasterControlJunctionItem | ( | int | afrom, |
uint | aduration, | ||
GKControlJunction * | acontrolJunction | ||
) |
GKScheduleMasterControlJunctionItem::GKScheduleMasterControlJunctionItem | ( | int | afrom, |
uint | aduration, | ||
GKControlJunction * | acontrolJunction, | ||
const GKScheduleMasterControlPlanItemOCITPars * | params | ||
) |
GKControlJunction * GKScheduleMasterControlJunctionItem::getControlJunction | ( | ) | const |
Returns the associated control plan.
uint GKScheduleMasterControlJunctionItem::getDuration | ( | ) | const |
Returns the duration in seconds.
int GKScheduleMasterControlJunctionItem::getFrom | ( | ) | const |
Returns the starting time in seconds.
const GKScheduleMasterControlPlanItemOCITPars * GKScheduleMasterControlJunctionItem::getOCITParams | ( | ) | const |
void GKScheduleMasterControlJunctionItem::setControlJunction | ( | GKControlJunction * | ajunction | ) |
Sets the associated control plan.
void GKScheduleMasterControlJunctionItem::setDuration | ( | uint | seconds | ) |
Sets the duration in seconds.
void GKScheduleMasterControlJunctionItem::setFrom | ( | int | seconds | ) |
Sets the starting time in seconds.