Uses of Class
neuroml.channel.RateConstVoltConcDep

Packages that use RateConstVoltConcDep
neuroml.channel   
 

Uses of RateConstVoltConcDep in neuroml.channel
 

Fields in neuroml.channel declared as RateConstVoltConcDep
protected  RateConstVoltConcDep VoltageConcGate.alpha
           
protected  RateConstVoltConcDep VoltageConcGate.beta
           
protected  RateConstVoltConcDep VoltageConcGate.inf
           
protected  RateConstVoltConcDep VoltageConcGate.tau
           
 

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

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



NeuroML API (v1.4)