toggle menu
alchemist
35.0.1
jvm
switch theme
search in API
alchemist-api
/
it.unibo.alchemist.core
Package-level
declarations
Types
Types
Dependency
Graph
Link copied to clipboard
interface
DependencyGraph
<
T
>
This interface allows to separate the usage of a dependency graph from its implementation.
Scheduler
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.
Simulation
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.
Status
Link copied to clipboard
enum
Status
This enum represents the possible states in which a Simulation could be.