Interface Task
-
public interface Task
The interface for a task to be solved by students.- Author:
- Tim Neumann
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
run(Simulation sim)
Run the task in the given simulation
-
-
-
Method Detail
-
run
void run(Simulation sim)
Run the task in the given simulation- Parameters:
sim
- The simulation this task should run in
-
-