Package com.anylogic.engine.markup
- All Superinterfaces:
java.io.Serializable
public interface PedFlowStatisticsDataSource
extends java.io.Serializable
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
|
Modifier and Type | Method | Description |
---|
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
-
How can we improve this article?
-