neuroml.channel
Class RateConstVoltConcDep
java.lang.Object
  
neuroml.channel.RateConstVoltConcDep
public class RateConstVoltConcDep
- extends java.lang.Object
 
Rate constant expressions allowed for voltage and conc dependent channels. Note, at this stage no
             Akd like expression for a generic voltage/conc dep experssion. Time will tell if there's an expression common enough
             accross different models to be expressed in such a way
 
 
Java class for RateConstVoltConcDep complex type.
 
 
The following schema fragment specifies the expected content contained within this class.
 
 
 <complexType name="RateConstVoltConcDep">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="generic_equation_hh" type="{http://morphml.org/channelml/schema}GenericEquation"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
genericEquationHh
protected GenericEquation genericEquationHh
RateConstVoltConcDep
public RateConstVoltConcDep()
getGenericEquationHh
public GenericEquation getGenericEquationHh()
- Gets the value of the genericEquationHh property.
- Returns:
 - possible object is
     
GenericEquation 
 
 
setGenericEquationHh
public void setGenericEquationHh(GenericEquation value)
- Sets the value of the genericEquationHh property.
- Parameters:
 value - allowed object is
     GenericEquation
 
 
NeuroML API (v1.4)