Package org.neuroml.model
Class IFCondAlpha
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
public class IFCondAlpha
extends BasePyNNIaFCondCell
implements org.jvnet.jaxb2_commons.lang.ToString2
Leaky integrate and fire model with fixed threshold and alpha-function-shaped post-synaptic conductance
\n
:param e_rev_E: This parameter is never used in the NeuroML2 description of this cell! Any synapse producing a current can be placed on this cell
:type e_rev_E: none
:param e_rev_I: This parameter is never used in the NeuroML2 description of this cell! Any synapse producing a current can be placed on this cell
:type e_rev_I: none
:param tau_refrac:
:type tau_refrac: none
:param v_thresh:
:type v_thresh: none
:param tau_m:
:type tau_m: none
:param v_rest:
:type v_rest: none
:param v_reset:
:type v_reset: none
:param cm:
:type cm: none
:param i_offset:
:type i_offset: none
:param tau_syn_E: This parameter is never used in the NeuroML2 description of this cell! Any synapse producing a current can be placed on this cell
:type tau_syn_E: none
:param tau_syn_I: This parameter is never used in the NeuroML2 description of this cell! Any synapse producing a current can be placed on this cell
:type tau_syn_I: none
:param v_init:
:type v_init: none
Java class for IF_cond_alpha complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IF_cond_alpha"> <complexContent> <extension base="{http://www.neuroml.org/schema/neuroml2}basePyNNIaFCondCell"> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class org.neuroml.model.BasePyNNIaFCondCell
eRevE, eRevI
Fields inherited from class org.neuroml.model.BasePyNNIaFCell
tauM, tauRefrac, vReset, vRest, vThresh
Fields inherited from class org.neuroml.model.BaseCell
neuroLexId
Fields inherited from class org.neuroml.model.Standalone
annotation, metaid, notes, property
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionappend
(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) appendFields
(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) toString()
Methods inherited from class org.neuroml.model.BasePyNNIaFCondCell
getERevE, getERevI, setERevE, setERevI
Methods inherited from class org.neuroml.model.BasePyNNIaFCell
getTauM, getTauRefrac, getVReset, getVRest, getVThresh, setTauM, setTauRefrac, setVReset, setVRest, setVThresh
Methods inherited from class org.neuroml.model.BasePyNNCell
getCm, getIOffset, getTauSynE, getTauSynI, getVInit, setCm, setIOffset, setTauSynE, setTauSynI, setVInit
Methods inherited from class org.neuroml.model.BaseCell
getNeuroLexId, setNeuroLexId
Methods inherited from class org.neuroml.model.Standalone
getAnnotation, getMetaid, getNotes, getProperty, setAnnotation, setMetaid, setNotes
-
Constructor Details
-
IFCondAlpha
public IFCondAlpha()
-
-
Method Details
-
toString
- Overrides:
toString
in classBasePyNNIaFCondCell
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
append
in interfaceorg.jvnet.jaxb2_commons.lang.ToString2
- Overrides:
append
in classBasePyNNIaFCondCell
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
appendFields
in interfaceorg.jvnet.jaxb2_commons.lang.ToString2
- Overrides:
appendFields
in classBasePyNNIaFCondCell
-