Class DeprecatedVoltageGate

java.lang.Object
org.neuroml1.model.channel.DeprecatedVoltageGate
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 DeprecatedVoltageGate 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 voltage gate. Normally this will be specified as rate equations for alpha and beta, or for tau and inf. Deprecated! Will be removed in v2.0

Java class for Deprecated_VoltageGate complex type.

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

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