| __delattr__(self, key) | CellMLToNektar.pycml.element_base | |
| __hash__(self) | CellMLToNektar.pycml.cellml_variable | |
| __init__(self) | CellMLToNektar.pycml.cellml_variable | |
| CellMLToNektar::utilities::Colourable.__init__(self, *args, **kwargs) | CellMLToNektar.utilities.Colourable | |
| __repr__(self) | CellMLToNektar.pycml.cellml_variable | |
| __setattr__(self, key, value) | CellMLToNektar.pycml.element_base | |
| __str__(self) | CellMLToNektar.pycml.cellml_variable | |
| _add_dependency(self, dep) | CellMLToNektar.pycml.cellml_variable | private |
| _add_ode_dependency(self, independent_var, expr) | CellMLToNektar.pycml.cellml_variable | private |
| _cml_binding_time | CellMLToNektar.pycml.cellml_variable | private |
| _cml_colour | CellMLToNektar.utilities.Colourable | private |
| _cml_depends_on | CellMLToNektar.pycml.cellml_variable | private |
| _cml_depends_on_ode | CellMLToNektar.pycml.cellml_variable | private |
| _cml_saved_bt | CellMLToNektar.pycml.cellml_variable | private |
| _cml_source_var | CellMLToNektar.pycml.cellml_variable | private |
| _cml_usage_count | CellMLToNektar.pycml.cellml_variable | private |
| _cml_value | CellMLToNektar.pycml.cellml_variable | private |
| _cml_var_type | CellMLToNektar.pycml.cellml_variable | private |
| _decrement_usage_count(self, follow_maps=True) | CellMLToNektar.pycml.cellml_variable | private |
| _get_binding_time(self) | CellMLToNektar.pycml.cellml_variable | private |
| _reduce(self, update_usage=False) | CellMLToNektar.pycml.cellml_variable | private |
| _set_binding_time(self, bt, temporary=False) | CellMLToNektar.pycml.cellml_variable | private |
| _set_source_variable(self, src_var) | CellMLToNektar.pycml.cellml_variable | private |
| _set_type(self, var_type, _orig=None) | CellMLToNektar.pycml.cellml_variable | private |
| _unset_binding_time(self, only_temporary=False) | CellMLToNektar.pycml.cellml_variable | private |
| _update_ode_dependency(self, free_var, defn) | CellMLToNektar.pycml.cellml_variable | private |
| _used(self) | CellMLToNektar.pycml.cellml_variable | private |
| add_rdf_annotation(self, property, target, allow_dup=False) | CellMLToNektar.pycml.cellml_variable | |
| clear_colour(self) | CellMLToNektar.utilities.Colourable | |
| clear_dependency_info(self) | CellMLToNektar.pycml.cellml_variable | |
| cmeta_id(self) | CellMLToNektar.pycml.element_base | |
| component | CellMLToNektar.pycml.cellml_variable | static |
| create_new(elt, name, units, id=None, initial_value=None, interfaces={}) | CellMLToNektar.pycml.cellml_variable | static |
| fullname(self, cellml=False, debug=False) | CellMLToNektar.pycml.cellml_variable | |
| get_all_expr_dependencies(self) | CellMLToNektar.pycml.cellml_variable | |
| get_colour(self) | CellMLToNektar.utilities.Colourable | |
| get_component(self) | CellMLToNektar.pycml.cellml_variable | |
| get_dependencies(self) | CellMLToNektar.pycml.cellml_variable | |
| get_ode_dependency(self, independent_var, context=None) | CellMLToNektar.pycml.cellml_variable | |
| get_rdf_annotation(self, property) | CellMLToNektar.pycml.cellml_variable | |
| get_rdf_annotations(self, property) | CellMLToNektar.pycml.cellml_variable | |
| get_source_variable(self, recurse=False) | CellMLToNektar.pycml.cellml_variable | |
| get_type(self, follow_maps=False) | CellMLToNektar.pycml.cellml_variable | |
| get_units(self) | CellMLToNektar.pycml.cellml_variable | |
| get_usage_count(self) | CellMLToNektar.pycml.cellml_variable | |
| get_value(self, ode=None) | CellMLToNektar.pycml.cellml_variable | |
| get_variable_object(model, varname) | CellMLToNektar.pycml.cellml_variable | static |
| initial_value | CellMLToNektar.pycml.cellml_variable | |
| is_derived_quantity(self) | CellMLToNektar.pycml.cellml_variable | |
| is_modifiable_parameter(self) | CellMLToNektar.pycml.cellml_variable | |
| is_output_variable(self) | CellMLToNektar.pycml.cellml_variable | |
| is_statically_const(self, ignore_annotations=False) | CellMLToNektar.pycml.cellml_variable | |
| model(self) | CellMLToNektar.pycml.cellml_variable | |
| oxmeta_name(self) | CellMLToNektar.pycml.cellml_variable | |
| pe_keep(self) | CellMLToNektar.pycml.cellml_variable | |
| remove_rdf_annotations(self, property=None) | CellMLToNektar.pycml.cellml_variable | |
| rootNode(self) | CellMLToNektar.pycml.element_base | |
| set_colour(self, colour) | CellMLToNektar.utilities.Colourable | |
| set_is_derived_quantity(self, is_dq) | CellMLToNektar.pycml.cellml_variable | |
| set_is_modifiable_parameter(self, is_param) | CellMLToNektar.pycml.cellml_variable | |
| set_is_output_variable(self, is_ov) | CellMLToNektar.pycml.cellml_variable | |
| set_oxmeta_name(self, name) | CellMLToNektar.pycml.cellml_variable | |
| set_pe_keep(self, keep) | CellMLToNektar.pycml.cellml_variable | |
| set_rdf_annotation_from_boolean(self, property, is_yes) | CellMLToNektar.pycml.cellml_variable | |
| set_value(self, value, ode=None, follow_maps=True) | CellMLToNektar.pycml.cellml_variable | |
| split_name(varname) | CellMLToNektar.pycml.cellml_variable | static |
| unset_values(self) | CellMLToNektar.pycml.cellml_variable | |
| xml_attributes | CellMLToNektar.pycml.element_base | |
| xml_doc(self) | CellMLToNektar.pycml.element_base | |
| xml_properties(self) | CellMLToNektar.pycml.element_base | |
| xml_remove_child_at(self, index=-1) | CellMLToNektar.pycml.element_base | |