Uses of Class
neuroml.channel.GenericEquation

Packages that use GenericEquation
neuroml.channel   
 

Uses of GenericEquation in neuroml.channel
 

Fields in neuroml.channel declared as GenericEquation
protected  GenericEquation RateConstantEqnChoice.genericEquationHh
           
protected  GenericEquation RateConstVoltConcDep.genericEquationHh
           
 

Methods in neuroml.channel that return GenericEquation
 GenericEquation ObjectFactory.createGenericEquation()
          Create an instance of GenericEquation
 GenericEquation RateConstantEqnChoice.getGenericEquationHh()
          Gets the value of the genericEquationHh property.
 GenericEquation RateConstVoltConcDep.getGenericEquationHh()
          Gets the value of the genericEquationHh property.
 

Methods in neuroml.channel with parameters of type GenericEquation
 void RateConstantEqnChoice.setGenericEquationHh(GenericEquation value)
          Sets the value of the genericEquationHh property.
 void RateConstVoltConcDep.setGenericEquationHh(GenericEquation value)
          Sets the value of the genericEquationHh property.
 



NeuroML API (v1.4)