| Package | Description |
|---|---|
| model.agent.humanAgent.aatom.strategicLevel.goal |
The goal module and its related classes.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.Collection<Goal> |
GoalModule.goals
The goals.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<Goal> |
GoalModule.getGoals()
Gets the goals.
|
private static java.util.Collection<Goal> |
BasicOperatorGoalModule.getGoals(Activity assignment)
Gets the goals for the operator.
|
private static java.util.Collection<Goal> |
BasicPassengerGoalModule.getPassengerGoals(java.lang.Class<? extends Facility> facility,
boolean checkedIn,
MathDistribution checkPointDropTime,
MathDistribution checkPointCollectTime,
Flight flight)
Gets the goals for the passenger.
|
| Constructor and Description |
|---|
GoalModule(java.util.Collection<Goal> goals)
Creates the goal module.
|