| Package | Description |
|---|---|
| model.agent.humanAgent.aatom.operationalLevel |
All operational models in the project.
|
| model.agent.humanAgent.aatom.operationalLevel.action.movement |
Movement related classes.
|
| model.agent.humanAgent.aatom.tacticalLevel.activity.passenger.impl |
Basic operator activity implementations.
|
| view.mapComponents |
Contains all classes that draw a
MapComponent in the
GUI. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
OperationalModel.setSitDown(Chair chair)
Asks the agent to sit down on a specific
Chair. |
| Modifier and Type | Field and Description |
|---|---|
private Chair |
MovementModule.chair
The chair the agent is sitting on.
|
| Modifier and Type | Method and Description |
|---|---|
Chair |
MovementModule.getChair()
Gets the chair the agent is sitting on.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
MovementModule.setSitDown(Chair chair)
Asks the agent to sit down on a specific
Chair. |
| Modifier and Type | Field and Description |
|---|---|
private Chair |
BasicGateActivity.chair
The chosen chair.
|
| Modifier and Type | Field and Description |
|---|---|
private Chair |
ChairView.chair
The chair.
|
| Constructor and Description |
|---|
ChairView(Chair chair)
Creates the chair view.
|