Modifier and Type | Field and Description |
---|---|
private Activity |
OperatorAgent.assignment
The assignment.
|
Modifier and Type | Method and Description |
---|---|
Activity |
AatomHumanAgent.getActiveActivity()
Gets a
Collection of active Activity s. |
Activity |
OperatorAgent.getAssignment()
Gets the assignment of the agent.
|
Constructor and Description |
---|
OperatorAgent(Position position,
double radius,
double mass,
Activity assignment)
Creates an operator agent.
|
OperatorAgent(Position position,
double radius,
double mass,
Activity assignment,
java.awt.Color color)
Creates an operator agent.
|
Constructor and Description |
---|
BasicOperatorOperationalModel(Activity assignment)
Creates a basic operator low level model.
|
Modifier and Type | Field and Description |
---|---|
private Activity |
BasicOperatorCommunicationModule.assignment
The assignment.
|
Constructor and Description |
---|
BasicOperatorCommunicationModule(Activity assignment)
Creates a communication model.
|
Constructor and Description |
---|
BasicOperatorStrategicModel(Activity assignment)
Creates the strategic model.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Collection<Activity> |
BeliefModule.activities
The activities.
|
private java.lang.Class<? extends Activity> |
ActivityStatePair.activity
The activity type.
|
private java.util.List<Activity> |
Belief.planning
The planning.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends Activity> |
ActivityStatePair.getActivity()
Gets the activity.
|
private java.util.List<Activity> |
BeliefModule.getPlan()
Get a plan from the planning.
|
java.util.List<Activity> |
Belief.getPlanning()
Gets the planning.
|
Modifier and Type | Method and Description |
---|---|
void |
BeliefModule.init(PlanningModule planner,
ObservationModule observationModule,
java.util.Collection<Activity> activities)
Initializes the belief module.
|
Constructor and Description |
---|
ActivityStatePair(java.lang.Class<? extends Activity> activity,
ActivityState activityState)
Creates an activity state pair.
|
Belief(Area location,
java.util.List<ActivityStatePair> activities,
java.util.List<Activity> planning)
Creates a belief.
|
Modifier and Type | Field and Description |
---|---|
private Activity |
Goal.goalActivity
The goal activity.
|
private Activity |
Goal.timeActivity
The time activity.
|
Modifier and Type | Method and Description |
---|---|
Activity |
Goal.getGoalActivity()
Gets the goal activity.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Activity> |
GoalModule.getGoalActivities()
Gets the goal activities.
|
Modifier and Type | Method and Description |
---|---|
private static java.util.Collection<Goal> |
BasicOperatorGoalModule.getGoals(Activity assignment)
Gets the goals for the operator.
|
Constructor and Description |
---|
BasicOperatorGoalModule(Activity assignment)
Creates the operator goal module.
|
Goal(Activity activity,
Activity timeActivity)
Creates a goal based on another activity.
|
Goal(Activity activity,
double time)
Creates a time based goal.
|
Modifier and Type | Field and Description |
---|---|
private Activity |
BasicOperatorPlanner.assignment
The assignment.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.List<Activity> |
PlanningModule.planning
The planning.
|
Modifier and Type | Method and Description |
---|---|
private Activity |
BasicPassengerPlanner.getActivityFromType(java.lang.Class<? extends Activity> activityType) |
abstract Activity |
PlanningModule.getNextActivity()
Gets the next activity.
|
Activity |
BasicPassengerPlanner.getNextActivity() |
Activity |
BasicOperatorPlanner.getNextActivity() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Activity> |
PlanningModule.getPlanning()
Gets the planning.
|
java.util.List<Activity> |
BasicPassengerPlanner.getPlanning() |
java.util.List<Activity> |
BasicOperatorPlanner.getPlanning() |
Modifier and Type | Method and Description |
---|---|
private Activity |
BasicPassengerPlanner.getActivityFromType(java.lang.Class<? extends Activity> activityType) |
Constructor and Description |
---|
BasicOperatorPlanner(Activity assignment)
Creates the planner.
|
Modifier and Type | Method and Description |
---|---|
Activity |
TacticalModel.getActiveActivity()
Gets the active
Activity . |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Activity> |
TacticalModel.getActivities()
Gets a
Collection of Activity s. |
Modifier and Type | Method and Description |
---|---|
void |
TacticalModel.init(Map map,
HumanAgent agent,
MovementModule movement,
ObservationModule observations,
PlanningModule planner,
java.util.Collection<Activity> activities)
Initializes the
HumanAgent . |
Modifier and Type | Field and Description |
---|---|
protected java.util.Collection<Activity> |
ActivityModule.activities
All activities of the agent.
|
Modifier and Type | Method and Description |
---|---|
Activity |
ActivityModule.getActiveActivity()
Gets the active activity.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Activity> |
ActivityModule.getActivities()
Gets a
Collection of Activity s. |
Modifier and Type | Method and Description |
---|---|
void |
ActivityModule.init(Map map,
HumanAgent agent,
MovementModule movementModel,
ObservationModule observationModule,
java.util.Collection<Activity> activities,
PlanningModule planner,
NavigationModule navigationModule) |
Modifier and Type | Class and Description |
---|---|
class |
ETDCheckActivity
The ETD check activity.
|
class |
LuggageCheckActivity
The luggage check activity.
|
class |
LuggageDropActivity
The luggage drop activity.
|
class |
OperatorBorderControlActivity
The operator border control activity.
|
class |
OperatorCheckInActivity |
class |
PhysicalCheckActivity
The physical check activity.
|
class |
TravelDocumentCheckActivity
The travel document check activity.
|
class |
XRayActivity
The x-ray activity.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicETDCheckActivity
The ETD check activity.
|
class |
BasicLuggageCheckActivity
The luggage check activity.
|
class |
BasicLuggageDropActivity
The luggage drop activity.
|
class |
BasicOperatorBorderControlActivity
The operator border control activity.
|
class |
BasicOperatorCheckInActivity |
class |
BasicPhysicalCheckActivity
TODO this activity is not yet implemented.
|
class |
BasicTravelDocumentCheckActivity
TODO this activity is not yet implemented.
|
class |
BasicXRayActivity
The x-ray activity.
|
Modifier and Type | Class and Description |
---|---|
class |
CheckpointActivity
The checkpoint activity is the activity executed around the checkpoint of an
airport.
|
class |
ExitActivity
The exit activity allows the departing passenger to leave the airport.
|
class |
FacilityActivity
The shop activity handles all shop related activity for an agent.
|
class |
GateActivity
The sit activity is responsible for the sitting behavior of an agent.
|
class |
PassengerBorderControlActivity
The border control activity.
|
class |
PassengerCheckInActivity
The check in activity is responsible for checking in an agent.
|
class |
QueueActivity
The queue activity is executed when the agent needs to stop for some reason.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicExitActivity
The exit activity allows the departing passenger to leave the airport.
|
class |
BasicFacilityActivity
The shop activity handles all shop related activity for an agent.
|
class |
BasicGateActivity
The sit activity is responsible for the sitting behavior of an agent.
|
class |
BasicPassengerBorderControlActivity
The border control activity.
|
class |
BasicPassengerCheckInActivity
The check in activity is responsible for checking in an agent.
|
class |
BasicRegionalCheckpointActivity
The checkpoint activity is the activity executed around the checkpoint of an
airport.
|
class |
BasicSchipholCheckpointActivity
The checkpoint activity is the activity executed around the checkpoint of an
airport.
|