Package | Description |
---|---|
model.agent.humanAgent.aatom |
All AATOM related packages.
|
model.agent.humanAgent.aatom.tacticalLevel |
Tactical level related classes.
|
Modifier and Type | Field and Description |
---|---|
protected TacticalModel |
Passenger.Builder.tacticalModel |
protected TacticalModel |
AatomHumanAgent.tacticalModel
The
TacticalModel . |
Modifier and Type | Method and Description |
---|---|
T |
Passenger.Builder.setTacticalModel(TacticalModel tacticalModel)
Set the tactical model.
|
Constructor and Description |
---|
AatomHumanAgent(Position position,
double radius,
double mass,
StrategicModel strategicModel,
TacticalModel tacticalModel,
OperationalModel operationalModel)
Creates a human agent with a specified
StrategicModel and
OperationalModel with default color red. |
AatomHumanAgent(Position position,
double radius,
double mass,
StrategicModel strategicModel,
TacticalModel tacticalModel,
OperationalModel operationalModel,
java.awt.Color color)
Creates a human agent.
|
Passenger(Flight flight,
boolean checkedIn,
java.lang.Class<? extends Facility> facility,
Position position,
double radius,
double mass,
java.util.Collection<Luggage> luggage,
StrategicModel strategicModel,
TacticalModel tacticalModel,
OperationalModel operationalModel,
java.awt.Color color)
|
Modifier and Type | Class and Description |
---|---|
class |
BasicOperatorTacticalModel
The operator tactical model is a tactical model designed for operator agents.
|
class |
BasicPassengerTacticalModel
A basic high level model is the most basic version of a
StrategicModel . |