Uses of Class
neuroml.channel.CurrentVoltageRelation

Packages that use CurrentVoltageRelation
neuroml.channel   
 

Uses of CurrentVoltageRelation in neuroml.channel
 

Fields in neuroml.channel declared as CurrentVoltageRelation
protected  CurrentVoltageRelation ChannelType.currentVoltageRelation
           
 

Methods in neuroml.channel that return CurrentVoltageRelation
 CurrentVoltageRelation ObjectFactory.createCurrentVoltageRelation()
          Create an instance of CurrentVoltageRelation
 CurrentVoltageRelation ChannelType.getCurrentVoltageRelation()
          Gets the value of the currentVoltageRelation property.
 

Methods in neuroml.channel with parameters of type CurrentVoltageRelation
 void ChannelType.setCurrentVoltageRelation(CurrentVoltageRelation value)
          Sets the value of the currentVoltageRelation property.
 



NeuroML API (v1.4)