| Package | Description |
|---|---|
| myproject.model |
| Modifier and Type | Class and Description |
|---|---|
class |
Car
A car remembers its position from the beginning of its road.
|
class |
Light
A light has a boolean state.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<Agent> |
Model.agents |
private java.util.List<Agent> |
SimpleModel.agents |