Uses of Class
neuroml.network.Connections

Packages that use Connections
neuroml.network   
 

Uses of Connections in neuroml.network
 

Fields in neuroml.network declared as Connections
protected  Connections Projection.connections
           
 

Methods in neuroml.network that return Connections
 Connections ObjectFactory.createConnections()
          Create an instance of Connections
 Connections Projection.getConnections()
          Gets the value of the connections property.
 

Methods in neuroml.network with parameters of type Connections
 void Projection.setConnections(Connections value)
          Sets the value of the connections property.
 



NeuroML API (v1.4)