Package | Description |
---|---|
p3j.database | |
p3j.database.hibernate | |
p3j.pppm.parameters |
Modifier and Type | Method and Description |
---|---|
Parameter |
IP3MDatabase.getParameter(String name)
Retrieves a parameter with the given name from the database.
|
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 |
---|---|
List<Parameter> |
IP3MDatabase.getAllParameters()
Retrieves list with all parameters.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IP3MDatabase.deleteParameter(Parameter parameter)
Deletes given parameter from database.
|
ParameterInstance |
IP3MDatabase.getParameterInstance(Parameter param,
int generation)
Retrieves a parameter instance from the database.
|
ParameterInstance |
IP3MDatabase.newParameterInstance(int comparisonIndex,
Parameter param,
int generation)
Creates new parameter instance.
|
Modifier and Type | Method and Description |
---|---|
Parameter |
P3MDatabase.getParameter(String name) |
Parameter |
P3MDatabase.newParameter(String name,
int sortIndex,
boolean genDep,
MatrixDimension height,
MatrixDimension width,
Population population) |
Modifier and Type | Method and Description |
---|---|
List<Parameter> |
P3MDatabase.getAllParameters() |
Modifier and Type | Method and Description |
---|---|
boolean |
P3MDatabase.deleteParameter(Parameter parameter) |
ParameterInstance |
P3MDatabase.getParameterInstance(Parameter param,
int generation) |
ParameterInstance |
P3MDatabase.newParameterInstance(int comparisonIndex,
Parameter param,
int generation) |
Modifier and Type | Method and Description |
---|---|
Parameter |
ParameterInstance.getParameter() |
Modifier and Type | Method and Description |
---|---|
List<Parameter> |
Parameters.getParams() |
Modifier and Type | Method and Description |
---|---|
void |
ParameterInstance.setParameter(Parameter parameter) |
Constructor and Description |
---|
ParameterInstance(int cIndex,
Parameter param)
Constructor for general parameters.
|
ParameterInstance(int cIndex,
Parameter param,
int gen)
Default constructor.
|
Copyright © 2013. All Rights Reserved.