Package | Description |
---|---|
model.agent.humanAgent.aatom |
All AATOM related packages.
|
model.agent.humanAgent.aatom.tacticalLevel.activity.operator |
Holder classes for operator activities.
|
model.agent.humanAgent.aatom.tacticalLevel.activity.operator.impl |
Basic operator activity implementations.
|
model.environment.objects.physicalObject.luggage |
Luggage related classes.
|
model.environment.objects.physicalObject.sensor |
Sensor related classes.
|
model.environment.objects.physicalObject.sensor.impl |
Sensor implementations.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Collection<Luggage> |
Passenger.luggage
The
Luggage of the agent. |
protected java.util.Collection<Luggage> |
Passenger.Builder.luggage |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Luggage> |
Passenger.getLuggage()
Gets the
Luggage . |
Modifier and Type | Method and Description |
---|---|
T |
Passenger.Builder.setLuggage(Luggage luggage)
Set the luggage.
|
Modifier and Type | Method and Description |
---|---|
T |
Passenger.Builder.setLuggage(java.util.Collection<Luggage> luggage)
Set the luggage.
|
Constructor and Description |
---|
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 | Field and Description |
---|---|
protected Luggage |
LuggageCheckActivity.luggage
The luggage to search.
|
Modifier and Type | Method and Description |
---|---|
void |
LuggageCheckActivity.setSearch(Luggage luggage)
Set search of luggage.
|
Modifier and Type | Method and Description |
---|---|
void |
BasicLuggageCheckActivity.setSearch(Luggage luggage)
Set search of luggage.
|
Modifier and Type | Field and Description |
---|---|
static Luggage |
Luggage.NO_LUGGAGE
Holder to indicate no luggage.
|
Modifier and Type | Field and Description |
---|---|
protected Luggage |
XRaySensor.lastObservedLuggage
The last observed luggage.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Collection<Luggage> |
XRaySystem.luggageInSystem
The luggage that is in the system.
|
Modifier and Type | Method and Description |
---|---|
Luggage |
XRaySensor.getLastObservedLuggage()
Gets the last observed luggage.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Luggage> |
XRaySystem.getBaggageInSystem()
Gets the luggage in the system.
|
Modifier and Type | Method and Description |
---|---|
void |
XRaySystem.addBaggage(Luggage luggage)
Adds luggage to the system at the
XRaySystem.luggageStartPosition . |
boolean |
XRaySystem.collectBaggage(Luggage bag)
Collect
Luggage from the system. |
void |
XRaySystem.removeBaggage(Luggage luggage)
Removes
Luggage from the system and returns it to the
HumanAgent that owns the luggage. |
Modifier and Type | Field and Description |
---|---|
private java.util.Collection<Luggage> |
BasicXRaySensor.checkedLuggage
The bags that are checked already.
|