Uses of Class
neuroml.channel.Gate

Packages that use Gate
neuroml.channel   
 

Uses of Gate in neuroml.channel
 

Fields in neuroml.channel with type parameters of type Gate
protected  java.util.List<Gate> Ohmic.Conductance.gate
           
 

Methods in neuroml.channel that return Gate
 Gate ObjectFactory.createGate()
          Create an instance of Gate
 

Methods in neuroml.channel that return types with arguments of type Gate
 java.util.List<Gate> Ohmic.Conductance.getGate()
          Gets the value of the gate property.
 



NeuroML API (v1.4)