Package | Description |
---|---|
model.agent |
The agent package contains all agents in the project.
|
model.agent.humanAgent |
The Human agent package contains all human agents in the project.
|
model.agent.humanAgent.aatom |
All AATOM related packages.
|
model.environment.objects.physicalObject.luggage |
Luggage related classes.
|
Modifier and Type | Class and Description |
---|---|
class |
Agent
An agent is an entity that is able to act.
|
Modifier and Type | Class and Description |
---|---|
class |
HumanAgent
A HumanAgent is a human that has a color and a mass.
|
Modifier and Type | Class and Description |
---|---|
class |
AatomHumanAgent
A AatomHumanAgent is a human that can move around on a map.
|
class |
OperatorAgent
An operator agent is a
HumanAgent that performs operator tasks. |
class |
Passenger
A Passenger is a type of
HumanAgent that is a passenger in the
simulation. |
Modifier and Type | Class and Description |
---|---|
class |
Luggage
Luggage is something that is carried and owned by a
Passenger . |