Package org.neuroml.model
Class ChannelDensityVShift
java.lang.Object
org.neuroml.model.BaseWithoutId
org.neuroml.model.Base
org.neuroml.model.ChannelDensity
org.neuroml.model.ChannelDensityVShift
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
public class ChannelDensityVShift
extends ChannelDensity
implements org.jvnet.jaxb2_commons.lang.ToString2
Same as **channelDensity** , but with a **vShift** parameter to change voltage activation of gates. The exact usage of **vShift** in expressions for rates is determined by the individual gates.
\n
:param vShift:
:type vShift: voltage
:param erev: The reversal potential of the current produced
:type erev: voltage
:param condDensity:
:type condDensity: conductanceDensity
Java class for ChannelDensityVShift complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ChannelDensityVShift"> <complexContent> <extension base="{http://www.neuroml.org/schema/neuroml2}ChannelDensity"> <attribute name="vShift" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_voltage" /> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class org.neuroml.model.ChannelDensity
condDensity, erev, ion, ionChannel, segment, segmentGroup, variableParameter
-
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 vShift property.void
Sets the value of the vShift property.toString()
Methods inherited from class org.neuroml.model.ChannelDensity
getCondDensity, getErev, getIon, getIonChannel, getSegment, getSegmentGroup, getVariableParameter, setCondDensity, setErev, setIon, setIonChannel, setSegment, setSegmentGroup
-
Field Details
-
vShift
-
-
Constructor Details
-
ChannelDensityVShift
public ChannelDensityVShift()
-
-
Method Details
-
getVShift
Gets the value of the vShift property.- Returns:
- possible object is
String
-
setVShift
Sets the value of the vShift property.- Parameters:
value
- allowed object isString
-
toString
- Overrides:
toString
in classChannelDensity
-
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 classChannelDensity
-
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 classChannelDensity
-