Package | Description |
---|---|
p3j.database | |
p3j.database.hibernate | |
p3j.gui.panels.projections | |
p3j.pppm.parameters |
Modifier and Type | Method and Description |
---|---|
Parameter |
IP3MDatabase.newParameter(String name,
boolean genDep,
MatrixDimension height,
MatrixDimension width,
Population population)
Creates a new parameter (if not already existent) and returns it.
|
Modifier and Type | Method and Description |
---|---|
Parameter |
P3MDatabase.newParameter(String name,
boolean genDep,
MatrixDimension height,
MatrixDimension width,
Population population) |
Constructor and Description |
---|
PopulationNode(Population population)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
int |
Population.compare(Population p1,
Population p2) |
void |
Parameter.setPopulation(Population population) |
Constructor and Description |
---|
Parameter(int paramID,
boolean genDependent,
String paramName,
MatrixDimension height,
MatrixDimension width,
Population pop)
Default constructor.
|
Copyright © 2012. All Rights Reserved.