Package org.neuroml.model
Class ChannelDensityGHK2
java.lang.Object
org.neuroml.model.BaseWithoutId
org.neuroml.model.Base
org.neuroml.model.ChannelDensityGHK2
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
Time varying conductance density, **gDensity,** which is distributed on an area of the cell, producing a current density **iDensity.** Modified version of Jaffe et al. 1994 ( used also in Lawrence et al. 2006 ). See https://github.com/OpenSourceBrain/ghk-nernst.
\n
:param condDensity:
:type condDensity: conductanceDensity
Java class for ChannelDensityGHK2 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ChannelDensityGHK2"> <complexContent> <extension base="{http://www.neuroml.org/schema/neuroml2}Base"> <attribute name="ionChannel" use="required" type="{http://www.neuroml.org/schema/neuroml2}NmlId" /> <attribute name="condDensity" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_conductanceDensity" /> <attribute name="segmentGroup" type="{http://www.neuroml.org/schema/neuroml2}NmlId" default="all" /> <attribute name="segment" type="{http://www.neuroml.org/schema/neuroml2}NmlId" /> <attribute name="ion" use="required" type="{http://www.neuroml.org/schema/neuroml2}NmlId" /> </extension> </complexContent> </complexType>
-
Field Summary
-
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 condDensity property.getIon()
Gets the value of the ion property.Gets the value of the ionChannel property.Gets the value of the segment property.Gets the value of the segmentGroup property.void
setCondDensity
(String value) Sets the value of the condDensity property.void
Sets the value of the ion property.void
setIonChannel
(String value) Sets the value of the ionChannel property.void
setSegment
(String value) Sets the value of the segment property.void
setSegmentGroup
(String value) Sets the value of the segmentGroup property.toString()
-
Field Details
-
ionChannel
-
condDensity
-
segmentGroup
-
segment
-
ion
-
-
Constructor Details
-
ChannelDensityGHK2
public ChannelDensityGHK2()
-
-
Method Details
-
getIonChannel
Gets the value of the ionChannel property.- Returns:
- possible object is
String
-
setIonChannel
Sets the value of the ionChannel property.- Parameters:
value
- allowed object isString
-
getCondDensity
Gets the value of the condDensity property.- Returns:
- possible object is
String
-
setCondDensity
Sets the value of the condDensity property.- Parameters:
value
- allowed object isString
-
getSegmentGroup
Gets the value of the segmentGroup property.- Returns:
- possible object is
String
-
setSegmentGroup
Sets the value of the segmentGroup property.- Parameters:
value
- allowed object isString
-
getSegment
Gets the value of the segment property.- Returns:
- possible object is
String
-
setSegment
Sets the value of the segment property.- Parameters:
value
- allowed object isString
-
getIon
Gets the value of the ion property.- Returns:
- possible object is
String
-
setIon
Sets the value of the ion property.- Parameters:
value
- allowed object isString
-
toString
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) -
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 classBase
-