Interface Task


  • public interface Task
    The interface for a task to be solved by students.
    Author:
    Tim Neumann
    • Method Detail

      • run

        void run​(Simulation sim)
        Run the task in the given simulation
        Parameters:
        sim - The simulation this task should run in