public abstract @interface

FinishCondition

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

Class Overview

Method annotation to mark that a method specifies a finish condition for the simulation. The scheduler will run this method every timestep, ending the simulation if it returns true. The method may take a single integer argument representing the current timestep number and return a boolean.

Summary

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