public class BasicOperatorPlanner extends PlanningModule
Modifier and Type | Field and Description |
---|---|
private Activity |
assignment
The assignment.
|
goalModule, planning
Constructor and Description |
---|
BasicOperatorPlanner(Activity assignment)
Creates the planner.
|
Modifier and Type | Method and Description |
---|---|
Activity |
getNextActivity()
Gets the next activity.
|
java.util.List<Activity> |
getPlanning()
Gets the planning.
|
void |
update(int timeStep)
Updates the updatable element.
|
init
private final Activity assignment
public BasicOperatorPlanner(Activity assignment)
assignment
- The assignment.public Activity getNextActivity()
PlanningModule
getNextActivity
in class PlanningModule
public java.util.List<Activity> getPlanning()
PlanningModule
getPlanning
in class PlanningModule
public void update(int timeStep)
Updatable
timeStep
- The time step of the simulation (in milliseconds).