Class DeprecatedVoltageConcGate

java.lang.Object
org.neuroml1.model.channel.DeprecatedVoltageConcGate
All Implemented Interfaces:
Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2

public class DeprecatedVoltageConcGate extends Object implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
Definition of a mechanics of a gate which depends on voltage and concentration (e.g. Calcium conc dependent K channel). Normally this will be specified as rate equations for alpha and beta (in terms of v and conc), or for tau and inf. Deprecated! Will be removed in v2.0

Java class for Deprecated_VoltageConcGate complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Deprecated_VoltageConcGate">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="initialisation" type="{http://morphml.org/channelml/schema}Initialisation" minOccurs="0"/>
         <element name="conc_dependence" type="{http://morphml.org/channelml/schema}ConcDependence"/>
         <group ref="{http://morphml.org/channelml/schema}Deprecated_AlphaBetaFormVoltConcDep" minOccurs="0"/>
         <group ref="{http://morphml.org/channelml/schema}Deprecated_ExtraRateExpressions" minOccurs="0"/>
         <element name="tau" type="{http://morphml.org/channelml/schema}Deprecated_RateConstVoltConcDep" minOccurs="0"/>
         <element name="inf" type="{http://morphml.org/channelml/schema}Deprecated_RateConstVoltConcDep" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>