public class Lanearea
extends Object
Constructor and Description |
---|
Lanearea() |
Modifier and Type | Method and Description |
---|---|
static SumoCommand |
getIDCount()
Returns the number of the areal detectors in the network.
|
static SumoCommand |
getIDList()
Returns a list of all areal detectors in the network.
|
static SumoCommand |
getJamLengthMeters(String loopID)
getJamLengthMeters
|
static SumoCommand |
getJamLengthVehicle(String loopID)
getJamLengthVehicle
|
static SumoCommand |
getLaneID(String loopID)
getLaneID
|
static SumoCommand |
getLastStepHaltingNumber(String loopID)
Returns the number of vehicles which were halting during the last time step.
|
static SumoCommand |
getLastStepMeanSpeed(String loopID)
getLastStepMeanSpeed
|
static SumoCommand |
getLastStepOccupancy(String loopID)
getLastStepOccupancy
|
static SumoCommand |
getLastStepVehicleIDs(String loopID)
Returns the list of ids of vehicles that were on the named detector in the last simulation step.
|
static SumoCommand |
getLastStepVehicleNumber(String loopID)
Returns the number of vehicles on the detector
|
static SumoCommand |
getLength(String loopID)
getlength
|
static SumoCommand |
getPosition(String loopID)
getPosition
|
public static SumoCommand getIDList()
public static SumoCommand getLastStepVehicleNumber(String loopID)
loopID
- a string identifying the looppublic static SumoCommand getLastStepHaltingNumber(String loopID)
loopID
- a string identifying the looppublic static SumoCommand getLastStepVehicleIDs(String loopID)
loopID
- a string identifying the looppublic static SumoCommand getIDCount()
public static SumoCommand getJamLengthVehicle(String loopID)
loopID
- a string identifying the looppublic static SumoCommand getJamLengthMeters(String loopID)
loopID
- a string identifying the looppublic static SumoCommand getLastStepMeanSpeed(String loopID)
loopID
- a string identifying the looppublic static SumoCommand getLastStepOccupancy(String loopID)
loopID
- a string identifying the looppublic static SumoCommand getPosition(String loopID)
loopID
- a string identifying the looppublic static SumoCommand getLaneID(String loopID)
loopID
- a string identifying the looppublic static SumoCommand getLength(String loopID)
loopID
- a string identifying the loop