public class Multientryexit
extends Object
Constructor and Description |
---|
Multientryexit() |
Modifier and Type | Method and Description |
---|---|
static SumoCommand |
getIDCount()
Returns the number of all multi-entry/multi-exit detectors in the network.
|
static SumoCommand |
getIDList()
Returns a list of IDs of all multi-entry/multi-exit detectors within the
scenario.
|
static SumoCommand |
getLastStepHaltingNumber(String detID)
Returns the number of vehicles which were halting during the last time
step.
|
static SumoCommand |
getLastStepMeanSpeed(String detID)
Returns the mean speed of vehicles (in m/s) that have been within the
named multi-entry/multi-exit detector within the last simulation step.
|
static SumoCommand |
getLastStepVehicleIDs(String detID)
Returns the list of IDs of vehicles that have been within the named
multi-entry/multi-exit detector in the last simulation step.
|
static SumoCommand |
getLastStepVehicleNumber(String detID)
Returns the number of vehicles that have been within the named
multi-entry/multi-exit detector within the last simulation step.
|
public static SumoCommand getIDList()
public static SumoCommand getIDCount()
public static SumoCommand getLastStepHaltingNumber(String detID)
detID
- a string identifying the multi-entry/multi-exit detectorpublic static SumoCommand getLastStepMeanSpeed(String detID)
detID
- a string identifying the multi-entry/multi-exit detectorpublic static SumoCommand getLastStepVehicleIDs(String detID)
detID
- a string identifying the multi-entry/multi-exit detectorpublic static SumoCommand getLastStepVehicleNumber(String detID)
detID
- a string identifying the multi-entry/multi-exit detector