Uses of Class
neuroml.network.PerCellConnection

Packages that use PerCellConnection
neuroml.network   
 

Uses of PerCellConnection in neuroml.network
 

Fields in neuroml.network declared as PerCellConnection
protected  PerCellConnection ConnectivityPattern.perCellConnection
           
 

Methods in neuroml.network that return PerCellConnection
 PerCellConnection ObjectFactory.createPerCellConnection()
          Create an instance of PerCellConnection
 PerCellConnection ConnectivityPattern.getPerCellConnection()
          Gets the value of the perCellConnection property.
 

Methods in neuroml.network with parameters of type PerCellConnection
 void ConnectivityPattern.setPerCellConnection(PerCellConnection value)
          Sets the value of the perCellConnection property.
 



NeuroML API (v1.4)