Package-level declarations

Types

Link copied to clipboard
interface DependencyGraph<T>
This interface allows to separate the usage of a dependency graph from its implementation.
Link copied to clipboard
interface Scheduler<T>
The type which describes the concentration of a molecule This interface is meant to be implemented by the data structure(s) which must manage the reactions.
Link copied to clipboard
interface Simulation<T, P : Position<out P>?> : Runnable
This interface forces simulations to be independent threads, and make them controllable from an external console.
Link copied to clipboard
enum Status
This enum represents the possible states in which a Simulation could be.