Package com.anylogic.engine.markup
- All Superinterfaces:
Serializable
public interface PedFlowStatisticsDataSource extends Serializable
Modifier and Type | Method | Description |
---|---|---|
long | countPeds() |
Returns total number of pedestrians passed through this line
|
double | intensity() |
Returns the average pedestrian flow intensity on the line,
measured in pedestrians per hour per meter
|
void | reset() |
Resets the average traffic and intensity.
|
double | traffic() |
Returns the average of traffic flow statistics through the line,
measured in pedestrians per hour
|
double traffic()
Returns the average of traffic flow statistics through the line,
measured in pedestrians per hour
- Returns:
- the traffic, pedestrians per hour
double intensity()
Returns the average pedestrian flow intensity on the line,
measured in pedestrians per hour per meter
- Returns:
- the intensity, pedestrians per hour per meter
void reset()
Resets the average traffic and intensity.
long countPeds()
Returns total number of pedestrians passed through this line
- Returns:
- total number of pedestrians passed through this line