Package org.neuroml.model
Class AlphaSynapse
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
public class AlphaSynapse
extends BaseConductanceBasedSynapse
implements org.jvnet.jaxb2_commons.lang.ToString2
Ohmic synapse model where rise time and decay time are both **tau.** Max conductance reached during this time ( assuming zero conductance before ) is **gbase** * **weight.**
\n
:param tau: Time course of rise/decay
:type tau: 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 AlphaSynapse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AlphaSynapse">
<complexContent>
<extension base="{http://www.neuroml.org/schema/neuroml2}BaseConductanceBasedSynapse">
<attribute name="tau" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_time" />
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsFields inherited from class org.neuroml.model.BaseConductanceBasedSynapse
erev, gbaseFields inherited from class org.neuroml.model.BaseSynapse
neuroLexIdFields inherited from class org.neuroml.model.Standalone
annotation, metaid, notes, property -
Constructor Summary
Constructors -
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) getTau()Gets the value of the tau property.voidSets the value of the tau property.toString()Methods inherited from class org.neuroml.model.BaseConductanceBasedSynapse
getErev, getGbase, setErev, setGbaseMethods inherited from class org.neuroml.model.BaseSynapse
getNeuroLexId, setNeuroLexIdMethods inherited from class org.neuroml.model.Standalone
getAnnotation, getMetaid, getNotes, getProperty, setAnnotation, setMetaid, setNotes
-
Field Details
-
tau
-
-
Constructor Details
-
AlphaSynapse
public AlphaSynapse()
-
-
Method Details
-
getTau
Gets the value of the tau property.- Returns:
- possible object is
String
-
setTau
Sets the value of the tau property.- Parameters:
value- allowed object isString
-
toString
- Overrides:
toStringin classBaseConductanceBasedSynapse
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
appendin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendin classBaseConductanceBasedSynapse
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendFieldsin classBaseConductanceBasedSynapse
-