public abstract @interface

Step

implements Annotation
uk.ac.imperial.presage2.core.simulator.Step

Class Overview

Method annotation to mark that a method should be called each timestep by the scheduler. The method may take a single integer argument representing the current timestep number and return void. An optional nice parameter can be set to specify priority in the task queue.

Summary

[Expand]
Inherited Methods
From interface java.lang.annotation.Annotation