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.
|
initprivate final Activity assignment
public BasicOperatorPlanner(Activity assignment)
assignment - The assignment.public Activity getNextActivity()
PlanningModulegetNextActivity in class PlanningModulepublic java.util.List<Activity> getPlanning()
PlanningModulegetPlanning in class PlanningModulepublic void update(int timeStep)
UpdatabletimeStep - The time step of the simulation (in milliseconds).