Interface Task
-
public interface TaskThe 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 voidrun(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
-
-