Package | Description |
---|---|
p3j.experiment.results | |
p3j.gui.panels.projections | |
p3j.pppm | |
p3j.pppm.parameters |
Modifier and Type | Method and Description |
---|---|
void |
ExecutionSummary.addResults(SubPopulation jumpOffPopulation,
int generation,
BasicResults popResults) |
BasicParameters |
ExecutionSummary.getParameters(SubPopulation subPopulation,
int generation) |
BasicResults |
ExecutionSummary.getResults(SubPopulation subPopulation,
int generation) |
List<BasicResults> |
ResultsOfTrial.retrieveFor(SubPopulation subPop)
Retrieves all results for a specific sub-population.
|
void |
ExecutionSummary.setDescendantParameters(SubPopulation subPopulation,
int generation,
InFlowDescendantParameters parameters) |
void |
ExecutionSummary.setInFlowParameters(SubPopulation subPopulation,
InFlowParameters parameters) |
void |
ExecutionSummary.setJumpOffParameters(SubPopulation jumpOffPopulation,
JumpOffParameters jumpOffParams) |
Constructor and Description |
---|
ExecutionSummary(List<SubPopulation> subPopulations,
Map<ParameterInstance,ParameterAssignment> assignment)
Instantiates a new execution summary.
|
Constructor and Description |
---|
SubPopulationNode(SubPopulation subPopulation)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
SubPopulation |
SubPopulation.newSubPopulation()
Creates new sub-population with same properties.
|
Modifier and Type | Method and Description |
---|---|
List<SubPopulation> |
SubPopulationModel.getInFlowPopulations()
Gets the in-flow populations.
|
List<SubPopulation> |
SubPopulationModel.getJumpOffPopulations()
Gets the jump-off populations.
|
List<SubPopulation> |
SubPopulationModel.getPopulationsWithDescendants()
Gets the in-flow populations.
|
List<SubPopulation> |
SubPopulationModel.getPopulationsWithoutDescendants()
Gets the jump-off populations.
|
List<SubPopulation> |
SubPopulationModel.getSubPopulations()
Gets the sub-populations.
|
Modifier and Type | Method and Description |
---|---|
static List<ParameterInstance> |
ProjectionModel.filterParamInstancesBySubPopulation(List<ParameterInstance> originalInstances,
SubPopulation subPopulation)
Filters all parameter instances from a given list by a given
sub-population.
|
Modifier and Type | Method and Description |
---|---|
void |
SubPopulationModel.setSubPopulations(List<SubPopulation> subPopulations)
Sets the sub-populations.
|
Constructor and Description |
---|
SubPopulationModel(List<SubPopulation> subPopulations)
Instantiates a new sub-population model based on existing sub-populations.
|
Modifier and Type | Method and Description |
---|---|
String |
ParameterType.getFemaleLabelFor(SubPopulation subPopulation) |
String |
ParameterType.getLabelFor(SubPopulation subPopulation) |
String |
ParameterType.getMaleLabelFor(SubPopulation subPopulation) |
Copyright © 2013. All Rights Reserved.