Package org.neuroml.model
Class ExpThreeSynapse
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
public class ExpThreeSynapse
extends BaseConductanceBasedSynapseTwo
implements org.jvnet.jaxb2_commons.lang.ToString2
Ohmic synapse similar to expTwoSynapse but consisting of two components that can differ in decay times and max conductances but share the same rise time.
\n
:param tauRise:
:type tauRise: time
:param tauDecay1:
:type tauDecay1: time
:param tauDecay2:
:type tauDecay2: time
:param gbase1: Baseline conductance 1
:type gbase1: conductance
:param gbase2: Baseline conductance 2
:type gbase2: conductance
:param erev: Reversal potential of the synapse
:type erev: voltage
Java class for ExpThreeSynapse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExpThreeSynapse"> <complexContent> <extension base="{http://www.neuroml.org/schema/neuroml2}BaseConductanceBasedSynapseTwo"> <attribute name="tauDecay1" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_time" /> <attribute name="tauDecay2" 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.BaseConductanceBasedSynapseTwo
erev, gbase1, gbase2
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 tauDecay1 property.Gets the value of the tauDecay2 property.Gets the value of the tauRise property.void
setTauDecay1
(String value) Sets the value of the tauDecay1 property.void
setTauDecay2
(String value) Sets the value of the tauDecay2 property.void
setTauRise
(String value) Sets the value of the tauRise property.toString()
Methods inherited from class org.neuroml.model.BaseConductanceBasedSynapseTwo
getErev, getGbase1, getGbase2, setErev, setGbase1, setGbase2
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
-
tauDecay1
-
tauDecay2
-
tauRise
-
-
Constructor Details
-
ExpThreeSynapse
public ExpThreeSynapse()
-
-
Method Details
-
getTauDecay1
Gets the value of the tauDecay1 property.- Returns:
- possible object is
String
-
setTauDecay1
Sets the value of the tauDecay1 property.- Parameters:
value
- allowed object isString
-
getTauDecay2
Gets the value of the tauDecay2 property.- Returns:
- possible object is
String
-
setTauDecay2
Sets the value of the tauDecay2 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 classBaseConductanceBasedSynapseTwo
-
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 classBaseConductanceBasedSynapseTwo
-
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 classBaseConductanceBasedSynapseTwo
-