Class DeprecatedAkdEquation

java.lang.Object
org.neuroml1.model.channel.DeprecatedRateConstantEqn
org.neuroml1.model.channel.DeprecatedAkdEquation
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 DeprecatedAkdEquation extends DeprecatedRateConstantEqn 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 type of rate constant equation which takes parameters A, k, d and maps to either exponential, sigmoidal or linoidal.

Java class for Deprecated_AkdEquation complex type.

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

 <complexType name="Deprecated_AkdEquation">
   <complexContent>
     <restriction base="{http://morphml.org/channelml/schema}Deprecated_RateConstantEqn">
       <sequence>
         <element name="parameter" type="{http://morphml.org/channelml/schema}Deprecated_Parameter" maxOccurs="3" minOccurs="3"/>
       </sequence>
       <attribute name="type" use="required" type="{http://morphml.org/channelml/schema}Deprecated_CoreEquationType" />
       <attribute name="expr" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • DeprecatedAkdEquation

      public DeprecatedAkdEquation()
  • Method Details