AnyLogic
Expand
Font size
All Superinterfaces:
java.io.Serializable

public interface LevelDataSource
extends java.io.Serializable

Method Summary

All Methods Instance Methods Abstract Methods 
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

Method Detail

getPeds

java.util.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.
How can we improve this article?