Package org.neuroml.model
Class ExpTwoSynapse
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
- Direct Known Subclasses:
BlockingPlasticSynapse
public class ExpTwoSynapse
extends BaseConductanceBasedSynapse
implements org.jvnet.jaxb2_commons.lang.ToString2
Ohmic synapse model whose conductance waveform on receiving an event has a rise time of **tauRise** and a decay time of **tauDecay.** Max conductance reached during this time ( assuming zero conductance before ) is **gbase** * **weight.**
\n
:param tauRise:
:type tauRise: time
:param tauDecay:
:type tauDecay: time
:param gbase: Baseline conductance, generally the maximum conductance following a single spike
:type gbase: conductance
:param erev: Reversal potential of the synapse
:type erev: voltage
Java class for ExpTwoSynapse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExpTwoSynapse"> <complexContent> <extension base="{http://www.neuroml.org/schema/neuroml2}BaseConductanceBasedSynapse"> <attribute name="tauDecay" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_time" /> <attribute name="tauRise" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_time" /> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class org.neuroml.model.BaseConductanceBasedSynapse
erev, gbase
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) Gets the value of the tauDecay property.Gets the value of the tauRise property.void
setTauDecay
(String value) Sets the value of the tauDecay property.void
setTauRise
(String value) Sets the value of the tauRise property.toString()
Methods inherited from class org.neuroml.model.BaseConductanceBasedSynapse
getErev, getGbase, setErev, setGbase
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
-
tauDecay
-
tauRise
-
-
Constructor Details
-
ExpTwoSynapse
public ExpTwoSynapse()
-
-
Method Details
-
getTauDecay
Gets the value of the tauDecay property.- Returns:
- possible object is
String
-
setTauDecay
Sets the value of the tauDecay property.- Parameters:
value
- allowed object isString
-
getTauRise
Gets the value of the tauRise property.- Returns:
- possible object is
String
-
setTauRise
Sets the value of the tauRise property.- Parameters:
value
- allowed object isString
-
toString
- Overrides:
toString
in classBaseConductanceBasedSynapse
-
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 classBaseConductanceBasedSynapse
-
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 classBaseConductanceBasedSynapse
-