Uses of Class
neuroml.network.Populations

Packages that use Populations
neuroml   
neuroml.network   
 

Uses of Populations in neuroml
 

Fields in neuroml declared as Populations
protected  Populations NeuroMLLevel3.populations
           
 

Methods in neuroml that return Populations
 Populations NeuroMLLevel3.getPopulations()
          Gets the value of the populations property.
 

Methods in neuroml with parameters of type Populations
 void NeuroMLLevel3.setPopulations(Populations value)
          Sets the value of the populations property.
 

Uses of Populations in neuroml.network
 

Fields in neuroml.network declared as Populations
protected  Populations NetworkML.populations
           
 

Methods in neuroml.network that return Populations
 Populations ObjectFactory.createPopulations()
          Create an instance of Populations
 Populations NetworkML.getPopulations()
          Gets the value of the populations property.
 

Methods in neuroml.network with parameters of type Populations
 void NetworkML.setPopulations(Populations value)
          Sets the value of the populations property.
 



NeuroML API (v1.4)