public abstract class GoalModule extends java.lang.Object implements Updatable
| Modifier and Type | Field and Description |
|---|---|
private java.util.Collection<Goal> |
goals
The goals.
|
| Constructor and Description |
|---|
GoalModule(java.util.Collection<Goal> goals)
Creates the goal module.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<Activity> |
getGoalActivities()
Gets the goal activities.
|
java.util.Collection<Goal> |
getGoals()
Gets the goals.
|
void |
update(int timeStep)
Updates the updatable element.
|
private java.util.Collection<Goal> goals
public GoalModule(java.util.Collection<Goal> goals)
goals - The goals.