Uses of Class
neuroml.channel.Ion

Packages that use Ion
neuroml.channel   
 

Uses of Ion in neuroml.channel
 

Fields in neuroml.channel with type parameters of type Ion
protected  java.util.List<Ion> ChannelML.ion
           
 

Methods in neuroml.channel that return Ion
 Ion ObjectFactory.createIon()
          Create an instance of Ion
 Ion ChannelML.getIonByName(java.lang.String name)
          Gets the Ion by name, or null if no such ion exists.
 

Methods in neuroml.channel that return types with arguments of type Ion
 java.util.List<Ion> ChannelML.getIon()
          Gets the value of the ion property.
 



NeuroML API (v1.4)