Package org.neuroml.model
Class BasePyNNIaFCell
java.lang.Object
org.neuroml.model.BaseWithoutId
org.neuroml.model.Base
org.neuroml.model.Standalone
org.neuroml.model.BaseCell
org.neuroml.model.BasePyNNCell
org.neuroml.model.BasePyNNIaFCell
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
- Direct Known Subclasses:
BasePyNNIaFCondCell
,IFCurrAlpha
,IFCurrExp
Base type of any PyNN standard integrate and fire model
\n
: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 basePyNNIaFCell complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="basePyNNIaFCell"> <complexContent> <extension base="{http://www.neuroml.org/schema/neuroml2}basePyNNCell"> <attribute name="tau_m" use="required" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="tau_refrac" use="required" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="v_reset" use="required" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="v_rest" use="required" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="v_thresh" use="required" type="{http://www.w3.org/2001/XMLSchema}float" /> </extension> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected float
protected float
protected float
protected float
protected float
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) float
getTauM()
Gets the value of the tauM property.float
Gets the value of the tauRefrac property.float
Gets the value of the vReset property.float
getVRest()
Gets the value of the vRest property.float
Gets the value of the vThresh property.void
setTauM
(float value) Sets the value of the tauM property.void
setTauRefrac
(float value) Sets the value of the tauRefrac property.void
setVReset
(float value) Sets the value of the vReset property.void
setVRest
(float value) Sets the value of the vRest property.void
setVThresh
(float value) Sets the value of the vThresh property.toString()
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
-
Field Details
-
tauM
protected float tauM -
tauRefrac
protected float tauRefrac -
vReset
protected float vReset -
vRest
protected float vRest -
vThresh
protected float vThresh
-
-
Constructor Details
-
BasePyNNIaFCell
public BasePyNNIaFCell()
-
-
Method Details
-
getTauM
public float getTauM()Gets the value of the tauM property. -
setTauM
public void setTauM(float value) Sets the value of the tauM property. -
getTauRefrac
public float getTauRefrac()Gets the value of the tauRefrac property. -
setTauRefrac
public void setTauRefrac(float value) Sets the value of the tauRefrac property. -
getVReset
public float getVReset()Gets the value of the vReset property. -
setVReset
public void setVReset(float value) Sets the value of the vReset property. -
getVRest
public float getVRest()Gets the value of the vRest property. -
setVRest
public void setVRest(float value) Sets the value of the vRest property. -
getVThresh
public float getVThresh()Gets the value of the vThresh property. -
setVThresh
public void setVThresh(float value) Sets the value of the vThresh property. -
toString
- Overrides:
toString
in classBasePyNNCell
-
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 classBasePyNNCell
-
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 classBasePyNNCell
-