Package org.neuroml.model
Class GradedSynapse
java.lang.Object
org.neuroml.model.BaseWithoutId
org.neuroml.model.Base
org.neuroml.model.Standalone
org.neuroml.model.BaseSynapse
org.neuroml.model.GradedSynapse
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
Graded/analog synapse. Based on synapse in Methods of http://www. nature.com/neuro/journal/v7/n12/abs/nn1352.html
\n
:param conductance:
:type conductance: conductance
:param delta: Slope of the activation curve
:type delta: voltage
:param k: Rate constant for transmitter-receptor dissociation rate
:type k: per_time
:param Vth: The half-activation voltage of the synapse
:type Vth: voltage
:param erev: The reversal potential of the synapse
:type erev: voltage
Java class for GradedSynapse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GradedSynapse"> <complexContent> <extension base="{http://www.neuroml.org/schema/neuroml2}BaseSynapse"> <attribute name="conductance" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_conductance" /> <attribute name="delta" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_voltage" /> <attribute name="Vth" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_voltage" /> <attribute name="k" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_pertime" /> <attribute name="erev" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_voltage" /> </extension> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected String
protected String
protected String
protected String
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 conductance property.getDelta()
Gets the value of the delta property.getErev()
Gets the value of the erev property.getK()
Gets the value of the k property.getVth()
Gets the value of the vth property.void
setConductance
(String value) Sets the value of the conductance property.void
Sets the value of the delta property.void
Sets the value of the erev property.void
Sets the value of the k property.void
Sets the value of the vth 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
-
conductance
-
delta
-
vth
-
k
-
erev
-
-
Constructor Details
-
GradedSynapse
public GradedSynapse()
-
-
Method Details
-
getConductance
Gets the value of the conductance property.- Returns:
- possible object is
String
-
setConductance
Sets the value of the conductance property.- Parameters:
value
- allowed object isString
-
getDelta
Gets the value of the delta property.- Returns:
- possible object is
String
-
setDelta
Sets the value of the delta property.- Parameters:
value
- allowed object isString
-
getVth
Gets the value of the vth property.- Returns:
- possible object is
String
-
setVth
Sets the value of the vth property.- Parameters:
value
- allowed object isString
-
getK
Gets the value of the k property.- Returns:
- possible object is
String
-
setK
Sets the value of the k 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 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
-