Uses of Class
neuroml.network.NetworkML

Packages that use NetworkML
neuroml.network   
neuroml.util   
 

Uses of NetworkML in neuroml.network
 

Methods in neuroml.network that return NetworkML
 NetworkML ObjectFactory.createNetworkML()
          Create an instance of NetworkML
 

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

Methods in neuroml.network with parameters of type NetworkML
 javax.xml.bind.JAXBElement<NetworkML> ObjectFactory.createNetworkml(NetworkML value)
          Create an instance of JAXBElement<NetworkML>}
 

Uses of NetworkML in neuroml.util
 

Methods in neuroml.util that return NetworkML
 NetworkML NeuroMLConverter.xmlToNetwork(java.lang.String xmlfile)
           
 



NeuroML API (v1.4)