Uses of Class
neuroml.channel.RateConstantEqnChoice

Packages that use RateConstantEqnChoice
neuroml.channel   
 

Uses of RateConstantEqnChoice in neuroml.channel
 

Fields in neuroml.channel declared as RateConstantEqnChoice
protected  RateConstantEqnChoice VoltageGate.alpha
           
protected  RateConstantEqnChoice VoltageGate.beta
           
protected  RateConstantEqnChoice VoltageGate.inf
           
protected  RateConstantEqnChoice VoltageGate.tau
           
 

Methods in neuroml.channel that return RateConstantEqnChoice
 RateConstantEqnChoice ObjectFactory.createRateConstantEqnChoice()
          Create an instance of RateConstantEqnChoice
 RateConstantEqnChoice VoltageGate.getAlpha()
          Gets the value of the alpha property.
 RateConstantEqnChoice VoltageGate.getBeta()
          Gets the value of the beta property.
 RateConstantEqnChoice VoltageGate.getInf()
          Gets the value of the inf property.
 RateConstantEqnChoice VoltageGate.getTau()
          Gets the value of the tau property.
 

Methods in neuroml.channel with parameters of type RateConstantEqnChoice
 void VoltageGate.setAlpha(RateConstantEqnChoice value)
          Sets the value of the alpha property.
 void VoltageGate.setBeta(RateConstantEqnChoice value)
          Sets the value of the beta property.
 void VoltageGate.setInf(RateConstantEqnChoice value)
          Sets the value of the inf property.
 void VoltageGate.setTau(RateConstantEqnChoice value)
          Sets the value of the tau property.
 



NeuroML API (v1.4)