Package org.neuroml.model
Class BasePynnSynapse
java.lang.Object
org.neuroml.model.BaseWithoutId
org.neuroml.model.Base
org.neuroml.model.Standalone
org.neuroml.model.BaseSynapse
org.neuroml.model.BasePynnSynapse
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
- Direct Known Subclasses:
AlphaCondSynapse
,AlphaCurrSynapse
,ExpCondSynapse
,ExpCurrSynapse
Base type for all PyNN synapses. Note, the current **I** produced is dimensionless, but it requires a membrane potential **v** with dimension voltage
\n
:param tau_syn:
:type tau_syn: none
Java class for BasePynnSynapse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BasePynnSynapse"> <complexContent> <extension base="{http://www.neuroml.org/schema/neuroml2}BaseSynapse"> <attribute name="tau_syn" use="required" type="{http://www.w3.org/2001/XMLSchema}float" /> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class org.neuroml.model.BaseSynapse
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
Gets the value of the tauSyn property.void
setTauSyn
(float value) Sets the value of the tauSyn property.toString()
Methods inherited from class org.neuroml.model.BaseSynapse
getNeuroLexId, setNeuroLexId
Methods inherited from class org.neuroml.model.Standalone
getAnnotation, getMetaid, getNotes, getProperty, setAnnotation, setMetaid, setNotes
-
Field Details
-
tauSyn
protected float tauSyn
-
-
Constructor Details
-
BasePynnSynapse
public BasePynnSynapse()
-
-
Method Details
-
getTauSyn
public float getTauSyn()Gets the value of the tauSyn property. -
setTauSyn
public void setTauSyn(float value) Sets the value of the tauSyn property. -
toString
- Overrides:
toString
in classBaseSynapse
-
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 classBaseSynapse
-
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 classBaseSynapse
-