Package com.anylogic.engine.markup
- All Superinterfaces:
java.io.Serializable
- All Known Subinterfaces:
ParkingLotDataSource
@AnyLogicInternalAPI public interface RoadBasicDataSource extends java.io.Serializable
java.util.List<Agent> |
getCars() |
Returns list of cars located on the road markup element
|
int |
nCars() |
Returns number of cars located on the road markup element
|
Modifier and Type | Method | Description |
---|
int nCars()
Returns number of cars located on the road markup element
- Returns:
- number of cars
java.util.List<Agent> getCars()
Returns list of cars located on the road markup element
- Returns:
- list of cars
-
How can we improve this article?
-