Class containing the common properties for all synapses of type dopamine connection. More...
#include <jonke_synapse.h>
Public Member Functions | |
| JonkeCommonProperties () | |
| Default constructor. | |
| void | get_status (Dictionary &d) const |
| Get all properties and put them into a dictionary. | |
| void | set_status (const Dictionary &d, ConnectorModel &cm) |
| Set properties from the values given in dictionary. | |
Public Member Functions inherited from nest::CommonSynapseProperties | |
| CommonSynapseProperties () | |
| Standard constructor. | |
| ~CommonSynapseProperties () | |
| void | get_status (Dictionary &d) const |
| Get all properties and put them into a dictionary. | |
| void | set_status (const Dictionary &d, ConnectorModel &cm) |
| Set properties from the values given in dictionary. | |
| void | calibrate (const TimeConverter &) |
| Calibrate all time objects, which might be contained in this object. | |
| long | get_vt_node_id () const |
| Get node ID of volume transmitter. | |
| weight_recorder * | get_weight_recorder () const |
| Get weight_recorder. | |
Public Attributes | |
| double | alpha_ |
| double | beta_ |
| double | lambda_ |
| double | mu_plus_ |
| double | mu_minus_ |
| double | tau_plus_ |
| double | Wmax_ |
Class containing the common properties for all synapses of type dopamine connection.
| nest::JonkeCommonProperties::JonkeCommonProperties | ( | ) |
Default constructor.
Sets all property values to defaults.
| void nest::JonkeCommonProperties::get_status | ( | Dictionary & | d | ) | const |
Get all properties and put them into a dictionary.
References nest::names::alpha(), alpha_, nest::names::beta(), beta_, nest::CommonSynapseProperties::get_status(), nest::names::lambda(), lambda_, nest::names::mu_minus(), mu_minus_, nest::names::mu_plus(), mu_plus_, nest::names::tau_plus(), tau_plus_, nest::names::Wmax(), and Wmax_.
| void nest::JonkeCommonProperties::set_status | ( | const Dictionary & | d, |
| ConnectorModel & | cm | ||
| ) |
Set properties from the values given in dictionary.
References nest::names::alpha(), alpha_, nest::names::beta(), beta_, nest::names::lambda(), lambda_, nest::names::mu_minus(), mu_minus_, nest::names::mu_plus(), mu_plus_, nest::CommonSynapseProperties::set_status(), nest::names::tau_plus(), tau_plus_, nest::names::Wmax(), and Wmax_.
| double nest::JonkeCommonProperties::alpha_ |
Referenced by nest::jonke_synapse< targetidentifierT >::depress_(), get_status(), and set_status().
| double nest::JonkeCommonProperties::beta_ |
| double nest::JonkeCommonProperties::lambda_ |
| double nest::JonkeCommonProperties::mu_minus_ |
Referenced by nest::jonke_synapse< targetidentifierT >::depress_(), get_status(), and set_status().
| double nest::JonkeCommonProperties::mu_plus_ |
Referenced by nest::jonke_synapse< targetidentifierT >::facilitate_(), get_status(), and set_status().
| double nest::JonkeCommonProperties::tau_plus_ |
Referenced by get_status(), nest::jonke_synapse< targetidentifierT >::send(), and set_status().
| double nest::JonkeCommonProperties::Wmax_ |
Referenced by nest::jonke_synapse< targetidentifierT >::facilitate_(), get_status(), and set_status().