neuroml.channel
Class AkdEquation

java.lang.Object
  extended by neuroml.channel.RateConstantEqn
      extended by neuroml.channel.AkdEquation

public class AkdEquation
extends RateConstantEqn

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 AkdEquation complex type.

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

 <complexType name="AkdEquation">
   <complexContent>
     <restriction base="{http://morphml.org/channelml/schema}RateConstantEqn">
       <sequence>
         <element name="parameter" type="{http://morphml.org/channelml/schema}Parameter" maxOccurs="3" minOccurs="3"/>
       </sequence>
       <attribute name="expr" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="type" use="required" type="{http://morphml.org/channelml/schema}CoreEquationType" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
 
Fields inherited from class neuroml.channel.RateConstantEqn
expr, parameter, type
 
Constructor Summary
AkdEquation()
           
 
Method Summary
 
Methods inherited from class neuroml.channel.RateConstantEqn
getExpr, getParameter, getType, setExpr, setType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AkdEquation

public AkdEquation()


NeuroML API (v1.4)