Uses of Class
neuroml.channel.VoltageGate

Packages that use VoltageGate
neuroml.channel   
 

Uses of VoltageGate in neuroml.channel
 

Fields in neuroml.channel declared as VoltageGate
protected  VoltageGate Transition.voltageGate
           
 

Methods in neuroml.channel that return VoltageGate
 VoltageGate ObjectFactory.createVoltageGate()
          Create an instance of VoltageGate
 VoltageGate Transition.getVoltageGate()
          Gets the value of the voltageGate property.
 

Methods in neuroml.channel with parameters of type VoltageGate
 void Transition.setVoltageGate(VoltageGate value)
          Sets the value of the voltageGate property.
 



NeuroML API (v1.4)