Package | Description |
---|---|
neurord.numeric.grid |
SteppedStochasticCalc contains the particle number based calculation with fixed timesteps
where a number of diffusion events and reactions is generated for each reaction, volume and
volume-volume connection at each timestep.
|
Modifier and Type | Method and Description |
---|---|
IGridCalc.HappeningKind |
NextEventQueue.Happening.kind() |
IGridCalc.HappeningKind |
IGridCalc.Happening.kind() |
static IGridCalc.HappeningKind |
IGridCalc.HappeningKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IGridCalc.HappeningKind[] |
IGridCalc.HappeningKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Happening(int event_number,
IGridCalc.HappeningKind kind,
int extent,
double time,
double waited,
double original_wait) |
Copyright © 2018. All rights reserved.