Uses of Class
neuroml.network.Population

Packages that use Population
neuroml   
neuroml.network   
 

Uses of Population in neuroml
 

Methods in neuroml that return types with arguments of type Population
 java.util.List<Population> NeuroMLLevel3.getPopulationList()
          Get the list of populations in this NeuroML file
 

Uses of Population in neuroml.network
 

Fields in neuroml.network with type parameters of type Population
protected  java.util.List<Population> Populations.population
           
 

Methods in neuroml.network that return Population
 Population ObjectFactory.createPopulation()
          Create an instance of Population
 

Methods in neuroml.network that return types with arguments of type Population
 java.util.List<Population> Populations.getPopulation()
          Gets the value of the population property.
 



NeuroML API (v1.4)