| Package | Description |
|---|---|
| model.agent.humanAgent.aatom.strategicLevel.belief |
The belief module and its related classes.
|
| model.environment.objects.area |
Airport areas.
|
| view.mapComponents |
Contains all classes that draw a
MapComponent in the
GUI. |
| Modifier and Type | Field and Description |
|---|---|
private Area |
Belief.location
The location.
|
| Modifier and Type | Method and Description |
|---|---|
private Area |
BeliefModule.getLocation()
Gets the location.
|
Area |
Belief.getLocation()
Gets the location.
|
| Constructor and Description |
|---|
Belief(Area location,
java.util.List<ActivityStatePair> activities,
java.util.List<Activity> planning)
Creates a belief.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BorderControlArea |
class |
BorderControlGateArea
A gate area that can only be accessed by passing border control.
|
class |
CheckInArea |
class |
CheckpointArea |
class |
EntranceArea |
class |
Facility
A restaurant is a
Area where HumanAgents can eat something. |
class |
GateArea |
class |
OpenArea |
class |
QueuingArea |
class |
Restaurant
A restaurant is a
Facility where HumanAgents can eat
something. |
class |
SecureArea |
class |
Shop
A shop is a
Facility in which HumanAgents can buy things. |
class |
Toilet
A toilet is a
Facility. |
| Modifier and Type | Field and Description |
|---|---|
private Area |
AreaView.area
The area that is visualized.
|
| Constructor and Description |
|---|
AreaView(Area area)
Creates the area view.
|