Package com.anylogic.engine.markup
- All Superinterfaces:
Serializable
public interface LevelDataSource extends Serializable
Modifier and Type | Method | Description |
---|---|---|
Collection<Agent> | getPeds() |
Return unmodifiable list of all the pedestrians in this level.
|
int | size() |
Returns number of pedestrians currently on this level.
|
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.