Package | Description |
---|---|
p3j.database | |
p3j.database.hibernate | |
p3j.pppm.parameters |
Modifier and Type | Method and Description |
---|---|
Parameter |
IP3MDatabase.newParameter(String name,
int sortIndex,
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,
int sortIndex,
boolean genDep,
MatrixDimension height,
MatrixDimension width,
Population population) |
Modifier and Type | Method and Description |
---|---|
Population |
Parameter.getPopulation() |
static Population |
Population.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static Population[] |
Population.values()
Deprecated.
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)
Deprecated.
|
void |
Parameter.setPopulation(Population population) |
Constructor and Description |
---|
Parameter(int sortIndex,
boolean genDependent,
String paramName,
MatrixDimension height,
MatrixDimension width,
Population pop)
Default constructor.
|
Copyright © 2013. All Rights Reserved.