Package org.neuroml.model
Class BaseConductanceBasedSynapse
java.lang.Object
org.neuroml.model.BaseWithoutId
org.neuroml.model.Base
org.neuroml.model.Standalone
org.neuroml.model.BaseSynapse
org.neuroml.model.BaseVoltageDepSynapse
org.neuroml.model.BaseConductanceBasedSynapse
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
- Direct Known Subclasses:
AlphaSynapse
,ExpOneSynapse
,ExpTwoSynapse
public class BaseConductanceBasedSynapse
extends BaseVoltageDepSynapse
implements org.jvnet.jaxb2_commons.lang.ToString2
Synapse model which exposes a conductance **g** in addition to producing a current. Not necessarily ohmic!! cno_0000027
\n
: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 BaseConductanceBasedSynapse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BaseConductanceBasedSynapse"> <complexContent> <extension base="{http://www.neuroml.org/schema/neuroml2}BaseVoltageDepSynapse"> <attribute name="gbase" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_conductance" /> <attribute name="erev" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_voltage" /> </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) getErev()
Gets the value of the erev property.getGbase()
Gets the value of the gbase property.void
Sets the value of the erev property.void
Sets the value of the gbase 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
-
gbase
-
erev
-
-
Constructor Details
-
BaseConductanceBasedSynapse
public BaseConductanceBasedSynapse()
-
-
Method Details
-
getGbase
Gets the value of the gbase property.- Returns:
- possible object is
String
-
setGbase
Sets the value of the gbase property.- Parameters:
value
- allowed object isString
-
getErev
Gets the value of the erev property.- Returns:
- possible object is
String
-
setErev
Sets the value of the erev property.- Parameters:
value
- allowed object isString
-
toString
- Overrides:
toString
in classBaseVoltageDepSynapse
-
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 classBaseVoltageDepSynapse
-
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 classBaseVoltageDepSynapse
-