neuroml.channel
Class AkdEquation
java.lang.Object
neuroml.channel.RateConstantEqn
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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AkdEquation
public AkdEquation()
NeuroML API (v1.4)