Package org.neuroml.model
Class IonChannelHH
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
Note **ionChannel** and **ionChannelHH** are currently functionally identical. This is needed since many existing examples use ionChannel, some use ionChannelHH. NeuroML v2beta4 should remove one of these, probably ionChannelHH.
\n
:param conductance:
:type conductance: conductance
Java class for IonChannelHH complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IonChannelHH"> <complexContent> <extension base="{http://www.neuroml.org/schema/neuroml2}IonChannel"> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class org.neuroml.model.IonChannel
conductance, gate, gateFractional, gateHHInstantaneous, gateHHrates, gateHHratesInf, gateHHratesTau, gateHHratesTauInf, gateHHtauInf, species, type
Fields inherited from class org.neuroml.model.IonChannelScalable
neuroLexId, q10ConductanceScaling
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) toString()
Methods inherited from class org.neuroml.model.IonChannel
getConductance, getGate, getGateFractional, getGateHHInstantaneous, getGateHHrates, getGateHHratesInf, getGateHHratesTau, getGateHHratesTauInf, getGateHHtauInf, getSpecies, getType, setConductance, setSpecies, setType
Methods inherited from class org.neuroml.model.IonChannelScalable
getNeuroLexId, getQ10ConductanceScaling, setNeuroLexId
Methods inherited from class org.neuroml.model.Standalone
getAnnotation, getMetaid, getNotes, getProperty, setAnnotation, setMetaid, setNotes
-
Constructor Details
-
IonChannelHH
public IonChannelHH()
-
-
Method Details
-
toString
- Overrides:
toString
in classIonChannel
-
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 classIonChannel
-
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 classIonChannel
-