AnyLogic
Expand
Font size
All Superinterfaces:
Serializable

public interface LevelDataSource
extends Serializable

Method Summary

Modifier and TypeMethodDescription
Collection<Agent>getPeds()
Return unmodifiable list of all the pedestrians in this level.
intsize()
Returns number of pedestrians currently on this level.

Method Details

getPeds

Collection<Agent> getPeds()
Return unmodifiable list of all the pedestrians in this level.
Returns:
list of all the pedestrians in this level

size

int size()
Returns number of pedestrians currently on this level.
Returns:
number of pedestrians currently on this level.