Uses of Class
p3j.pppm.parameters.Population

Packages that use Population
p3j.database   
p3j.database.hibernate   
p3j.gui.panels.projections   
p3j.pppm.parameters   
 

Uses of Population in p3j.database
 

Methods in p3j.database with parameters of type Population
 Parameter IP3MDatabase.newParameter(String name, boolean genDep, MatrixDimension height, MatrixDimension width, Population population)
          Creates a new parameter (if not already existent) and returns it.
 

Uses of Population in p3j.database.hibernate
 

Methods in p3j.database.hibernate with parameters of type Population
 Parameter P3MDatabase.newParameter(String name, boolean genDep, MatrixDimension height, MatrixDimension width, Population population)
           
 

Uses of Population in p3j.gui.panels.projections
 

Constructors in p3j.gui.panels.projections with parameters of type Population
PopulationNode(Population population)
          Default constructor.
 

Uses of Population in p3j.pppm.parameters
 

Methods in p3j.pppm.parameters that return Population
 Population Parameter.getPopulation()
           
static Population Population.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Population[] Population.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in p3j.pppm.parameters with parameters of type Population
 int Population.compare(Population p1, Population p2)
           
 void Parameter.setPopulation(Population population)
           
 

Constructors in p3j.pppm.parameters with parameters of type Population
Parameter(int paramID, boolean genDependent, String paramName, MatrixDimension height, MatrixDimension width, Population pop)
          Default constructor.
 



Copyright © 2012. All Rights Reserved.