Package | Description |
---|---|
p3j.database | |
p3j.database.hibernate | |
p3j.misc | |
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 |
---|---|
static MatrixDimension |
MatrixDimension.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MatrixDimension[] |
MatrixDimension.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MatrixDimension |
ParameterInstance.getValueHeight()
Gets the value height.
|
MatrixDimension |
Parameter.getValueHeight() |
MatrixDimension |
ParameterInstance.getValueWidth()
Gets the value width.
|
MatrixDimension |
Parameter.getValueWidth() |
Modifier and Type | Method and Description |
---|---|
void |
Parameter.setValueHeight(MatrixDimension valHeight) |
void |
Parameter.setValueWidth(MatrixDimension valWidth) |
Constructor and Description |
---|
Parameter(int sortIndex,
boolean genDependent,
String paramName,
MatrixDimension height,
MatrixDimension width,
Population pop)
Default constructor.
|
Copyright © 2013. All Rights Reserved.