public static interface IGridCalc.Event
Modifier and Type | Method and Description |
---|---|
Collection<IGridCalc.Event> |
dependent() |
String |
description() |
int |
element()
"source" voxel number
|
int |
element2()
"target" voxel number (different from source only for diffusion)
|
int |
event_number()
Index in the sequential numbering of all events
|
IGridCalc.EventType |
event_type() |
String |
stat_index_description() |
int |
stat_index() |
int[] |
substrate_stoichiometry()
Stoichiometries of species, negative on the lhs, positive on the rhs
|
int[] |
substrates()
Indices of species on both sides of the reaction
|
int event_number()
int element()
int element2()
String description()
IGridCalc.EventType event_type()
int[] substrates()
int[] substrate_stoichiometry()
int stat_index()
String stat_index_description()
Collection<IGridCalc.Event> dependent()
Copyright © 2017. All rights reserved.