|
|
__init__(self,
label,
global_name,
rates)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| __onSet(self,
i,
field,
val,
prev,
undoing) |
source code
|
|
|
|
| __onSetRate(self,
i,
field,
val,
prev,
undoing) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
build_loop_constraints(self)
Finds the fundamental cycles in the model and constrains them all to
detailed balance. |
source code
|
|
|
|
|
|
|
|
|
|
| get_matrices(self,
K0,
K1,
L,
V,
ix=None,
auto=True) |
source code
|
|
|
|
| get_matrices_p(self,
K0,
K1,
K2,
L,
V,
P,
ix=None,
auto=True) |
source code
|
|
|
|
list_involving(self,
sa,
sb,
field)
Returns a list of indices of constraints which include the rate from
sa to sb. |
source code
|
|
|
|
|
|
Inherited from table.SimpleTable:
add_field,
clone,
get,
get_row,
get_size,
insert,
remove,
remove_field,
set
Inherited from table.Table:
__getitem__,
__iter__,
__len__,
__setitem__,
__str__,
add_field_to_stats,
add_notebook_item,
all_rows,
append,
calc_expr_values,
check_rows_if,
clear,
copy_rows_from,
from_json,
from_text,
get_by_name,
get_row_by_name,
index,
nb_get_caption,
nb_get_col,
nb_get_col_format,
nb_get_headers,
nb_get_row,
nb_get_shape,
nb_get_type,
remove_field_from_stats,
rows_meeting_criteria,
select,
set_checked,
set_global_name,
to_json,
to_text
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__subclasshook__
|