Class | Description |
---|---|
AatomHumanAgent |
A AatomHumanAgent is a human that can move around on a map.
|
AatomHumanAgentTest |
Tests the aatom human agent class.
|
OperatorAgent |
An operator agent is a
HumanAgent that performs operator tasks. |
OperatorAgentTest |
Tests operator agents.
|
Passenger |
A Passenger is a type of
HumanAgent that is a passenger in the
simulation. |
Passenger.Builder<T extends Passenger.Builder<T>> |
Builder class for passenger.
|
PassengerTest |
Tests the passenger.
|