Package com.anylogic.engine.markup
- All Superinterfaces:
java.io.Serializable
public interface LevelDataSource
extends java.io.Serializable
java.util.Collection<Agent> |
getPeds() |
Return unmodifiable list of all the pedestrians in this level.
|
int |
size() |
Returns number of pedestrians currently on this level.
|
Modifier and Type | Method | Description |
---|
java.util.Collection<Agent> getPeds()
Return unmodifiable list of all the pedestrians in this level.
- Returns:
- list of all the pedestrians in this level
int size()
Returns number of pedestrians currently on this level.
- Returns:
- number of pedestrians currently on this level.
-
How can we improve this article?
-