Package org.neuroml.model
Class ChannelPopulation
java.lang.Object
org.neuroml.model.BaseWithoutId
org.neuroml.model.Base
org.neuroml.model.ChannelPopulation
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
Population of a **number** of ohmic ion channels. These each produce a conductance **channelg** across a reversal potential **erev,** giving a total current **i.** Note that active membrane currents are more frequently specified as a density over an area of the **cell** using **channelDensity**
\n
:param number: The number of channels present. This will be multiplied by the time varying conductance of the individual ion channel ( which extends **baseIonChannel** ) to produce the total conductance
:type number: none
:param erev: The reversal potential of the current produced
:type erev: voltage
Java class for ChannelPopulation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ChannelPopulation"> <complexContent> <extension base="{http://www.neuroml.org/schema/neuroml2}Base"> <sequence> <element name="variableParameter" type="{http://www.neuroml.org/schema/neuroml2}VariableParameter" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="ionChannel" use="required" type="{http://www.neuroml.org/schema/neuroml2}NmlId" /> <attribute name="number" use="required" type="{http://www.neuroml.org/schema/neuroml2}NonNegativeInteger" /> <attribute name="erev" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_voltage" /> <attribute name="segmentGroup" type="{http://www.neuroml.org/schema/neuroml2}NmlId" default="all" /> <attribute name="segment" type="{http://www.neuroml.org/schema/neuroml2}NonNegativeInteger" /> <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) getErev()
Gets the value of the erev property.getIon()
Gets the value of the ion property.Gets the value of the ionChannel property.Gets the value of the number property.Gets the value of the segment property.Gets the value of the segmentGroup property.Gets the value of the variableParameter property.void
Sets the value of the erev property.void
Sets the value of the ion property.void
setIonChannel
(String value) Sets the value of the ionChannel property.void
Sets the value of the number property.void
setSegment
(Integer value) Sets the value of the segment property.void
setSegmentGroup
(String value) Sets the value of the segmentGroup property.toString()
-
Field Details
-
variableParameter
-
ionChannel
-
number
-
erev
-
segmentGroup
-
segment
-
ion
-
-
Constructor Details
-
ChannelPopulation
public ChannelPopulation()
-
-
Method Details
-
getVariableParameter
Gets the value of the variableParameter property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the variableParameter property.For example, to add a new item, do as follows:
getVariableParameter().add(newItem);
Objects of the following type(s) are allowed in the list
VariableParameter
-
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
-
getNumber
Gets the value of the number property.- Returns:
- possible object is
String
-
setNumber
Sets the value of the number 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
-
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
-