Uses of Class
neuroml.network.SynapticLocation

Packages that use SynapticLocation
neuroml.network   
 

Uses of SynapticLocation in neuroml.network
 

Methods in neuroml.network that return SynapticLocation
 SynapticLocation ObjectFactory.createSynapticLocation()
          Create an instance of SynapticLocation
 

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

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



NeuroML API (v1.4)