public class Person
extends Object
| Constructor and Description |
|---|
Person() |
| Modifier and Type | Method and Description |
|---|---|
static SumoCommand |
getAngle(String id)
get angle
|
static SumoCommand |
getColor(String id)
get color
|
static SumoCommand |
getIDCount()
Returns the number of all persons in the network.
|
static SumoCommand |
getIDList()
Returns a list of ids of all persons
|
static SumoCommand |
getLanePosition(String id)
get lane position
|
static SumoCommand |
getLength(String id)
get length
|
static SumoCommand |
getMinGap(String id)
get minGap
|
static SumoCommand |
getPersonNumber(String id)
get person number
|
static SumoCommand |
getPosition(String id)
get position
|
static SumoCommand |
getPosition3D(String id)
get position3D
|
static SumoCommand |
getRoadID(String id)
get road ID
|
static SumoCommand |
getSpeed(String id)
get speed
|
static SumoCommand |
getTypeID(String id)
get type ID
|
static SumoCommand |
getWaitingTime(String id)
get waiting time
|
static SumoCommand |
getWidth(String id)
get width
|
public static SumoCommand getIDCount()
public static SumoCommand getIDList()
public static SumoCommand getSpeed(String id)
id - a string identifying the personpublic static SumoCommand getPosition(String id)
id - a string identifying the personpublic static SumoCommand getPosition3D(String id)
id - a string identifying the personpublic static SumoCommand getAngle(String id)
id - a string identifying the personpublic static SumoCommand getRoadID(String id)
id - a string identifying the personpublic static SumoCommand getTypeID(String id)
id - a string identifying the personpublic static SumoCommand getLanePosition(String id)
id - a string identifying the personpublic static SumoCommand getColor(String id)
id - a string identifying the personpublic static SumoCommand getPersonNumber(String id)
id - a string identifying the personpublic static SumoCommand getLength(String id)
id - a string identifying the personpublic static SumoCommand getWaitingTime(String id)
id - a string identifying the personpublic static SumoCommand getWidth(String id)
id - a string identifying the personpublic static SumoCommand getMinGap(String id)
id - a string identifying the person