Uses of Class
neuroml.channel.Parameter

Packages that use Parameter
neuroml.channel   
 

Uses of Parameter in neuroml.channel
 

Fields in neuroml.channel with type parameters of type Parameter
protected  java.util.List<Parameter> RateConstantEqn.parameter
           
 

Methods in neuroml.channel that return Parameter
 Parameter ObjectFactory.createParameter()
          Create an instance of Parameter
 

Methods in neuroml.channel that return types with arguments of type Parameter
 java.util.List<Parameter> RateConstantEqn.getParameter()
          Gets the value of the parameter property.
 



NeuroML API (v1.4)