Uses of Class
neuroml.channel.ChannelType

Packages that use ChannelType
neuroml.channel   
 

Uses of ChannelType in neuroml.channel
 

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

Methods in neuroml.channel that return ChannelType
 ChannelType ObjectFactory.createChannelType()
          Create an instance of ChannelType
 ChannelType ChannelML.getChannelTypeByName(java.lang.String name)
          Gets a channel type by name, or null if no such channel exists.
 

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



NeuroML API (v1.4)