Uses of Class
neuroml.channel.ChannelML

Packages that use ChannelML
neuroml   
neuroml.channel   
neuroml.util   
 

Uses of ChannelML in neuroml
 

Fields in neuroml declared as ChannelML
protected  ChannelML NeuroMLLevel3.channels
           
 

Methods in neuroml that return ChannelML
 ChannelML NeuroMLLevel3.getChannels()
          Gets the value of the channels property.
 

Methods in neuroml with parameters of type ChannelML
 void NeuroMLLevel3.setChannels(ChannelML value)
          Sets the value of the channels property.
 

Uses of ChannelML in neuroml.channel
 

Methods in neuroml.channel that return ChannelML
 ChannelML ObjectFactory.createChannelML()
          Create an instance of ChannelML
 

Methods in neuroml.channel that return types with arguments of type ChannelML
 javax.xml.bind.JAXBElement<ChannelML> ObjectFactory.createChannelml(ChannelML value)
          Create an instance of JAXBElement<ChannelML>}
 

Methods in neuroml.channel with parameters of type ChannelML
 javax.xml.bind.JAXBElement<ChannelML> ObjectFactory.createChannelml(ChannelML value)
          Create an instance of JAXBElement<ChannelML>}
 

Uses of ChannelML in neuroml.util
 

Methods in neuroml.util that return ChannelML
 ChannelML NeuroMLConverter.xmlToChannel(java.lang.String xmlfile)
           
 

Methods in neuroml.util with parameters of type ChannelML
 void NeuroMLConverter.channelToXml(ChannelML chan, java.lang.String filename)
           
 



NeuroML API (v1.4)