Modifier and Type | Method and Description |
---|---|
ProjectionModel |
IP3MDatabase.getProjectionByID(int id)
Retrieves projection by id.
|
Modifier and Type | Method and Description |
---|---|
List<ProjectionModel> |
IP3MDatabase.getAllProjections()
Retrieves list of all projections from the database.
|
Modifier and Type | Method and Description |
---|---|
void |
IP3MDatabase.deleteAllResults(ProjectionModel projection,
IProgressObserver observer)
Delete all results of the projection.
|
boolean |
IP3MDatabase.deleteProjection(ProjectionModel projection,
IProgressObserver observer)
Delete projection from database.
|
List<ResultsOfTrial> |
IP3MDatabase.getAllResults(ProjectionModel projection)
Retrieves all results for the given projection.
|
IProjectionResultsIterator |
IP3MDatabase.getResultIterator(ProjectionModel projection)
Gets the result iterator.
|
void |
IP3MDatabase.newProjection(ProjectionModel projection)
Adds new projection to database, automatically adds any
Parameter
or ParameterInstance entities that have not yet been created. |
void |
IP3MDatabase.saveProjection(ProjectionModel projection)
Saves projection.
|
Modifier and Type | Method and Description |
---|---|
ProjectionModel |
P3MDatabase.getProjectionByID(int id) |
Modifier and Type | Method and Description |
---|---|
List<ProjectionModel> |
P3MDatabase.getAllProjections() |
Modifier and Type | Method and Description |
---|---|
void |
P3MDatabase.deleteAllResults(ProjectionModel projection,
IProgressObserver observer) |
boolean |
P3MDatabase.deleteProjection(ProjectionModel projection,
IProgressObserver observer) |
List<ResultsOfTrial> |
P3MDatabase.getAllResults(ProjectionModel projection) |
IProjectionResultsIterator |
P3MDatabase.getResultIterator(ProjectionModel projection) |
void |
P3MDatabase.newProjection(ProjectionModel projection) |
void |
P3MDatabase.saveProjection(ProjectionModel projection) |
Modifier and Type | Method and Description |
---|---|
ProjectionModel |
ExperimentDefinition.getProjection()
Gets the projection.
|
Modifier and Type | Method and Description |
---|---|
void |
ExperimentDefinition.setProjection(ProjectionModel projection)
Sets the projection.
|
Constructor and Description |
---|
ExperimentDefinition(ProjectionModel proj,
long randS,
Date currentDate,
String userName,
Class<? extends IParamAssignmentGenerator> sim)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
ProjectionModel |
ResultsOfTrial.getProjection() |
Modifier and Type | Method and Description |
---|---|
void |
ResultsOfTrial.setProjection(ProjectionModel projection) |
Constructor and Description |
---|
ParameterAssumptionEncoder(ProjectionModel projectionModel)
Instantiates a new parameter assumption encoder.
|
ResultExport(ProjectionModel projectionModel,
File targetDirectory,
IResultFilter resultFilter)
Instantiates a new result export.
|
Modifier and Type | Method and Description |
---|---|
static ProjectionModel |
P3J.getCurrentProjection()
Retrieves current PPP model.
|
Modifier and Type | Method and Description |
---|---|
void |
P3J.projectionDeleted(ProjectionModel deletedModel)
Has to be called to refresh GUI after a
ProjectionModel has been
deleted. |
void |
P3J.setCurrentProjection(ProjectionModel newProjModel)
Switches to a new projection model for editing.
|
Modifier and Type | Method and Description |
---|---|
ProjectionModel |
NewProjectionDialog.getNewProjection()
Gets the new projection.
|
ProjectionModel |
ConfigureResultFilterDialog.getProjection() |
ProjectionModel |
ProcessProjectionDialog.getProjectionModel() |
Modifier and Type | Method and Description |
---|---|
static void |
DuplicateProjectionDialog.duplicate(IP3MDatabase db,
ProjectionModel originalProjection,
String newProjectionName,
JLabel status)
Duplicate.
|
Constructor and Description |
---|
AdjustMaxAgeDialog(ProjectionModel projModel)
Instantiates a new adjust max age dialog.
|
ConfigureResultFilterDialog(Frame owner,
ProjectionModel projectionModel)
Instantiates a new configure result filter dialog.
|
CopyGenerationsDialog(ProjectionModel proj,
Window owner)
Default constructor.
|
DuplicateProjectionDialog(ProjectionModel projection)
Instantiates a new duplicate projection dialog.
|
EditSetsDialog(Frame owner,
ProjectionModel proj)
Deprecated.
Default constructor.
|
EditSetTypesDialog(Frame owner,
ProjectionModel scenario)
Deprecated.
Default constructor.
|
ProcessProjectionDialog(ProjectionModel projection)
Instantiates a new process projection dialog.
|
QuickInputDialog(Frame owner,
ProjectionModel projection)
Deprecated.
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
ProjectionModel |
SetTypesListModel.getProjection() |
Modifier and Type | Method and Description |
---|---|
void |
SetTypesListModel.setProjection(ProjectionModel scenario) |
Constructor and Description |
---|
SetTypesListModel(ProjectionModel currentProjection)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
ProjectionModel |
AbstractNavigationPanel.getProjectionModel() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractNavigationPanel.setProjection(ProjectionModel projMod)
Sets the new projection model to be displayed.
|
Constructor and Description |
---|
AbstractNavigationPanel(ProjectionModel projectionModel,
JPanel content)
Instantiates a new abstract navigation panel.
|
Constructor and Description |
---|
OverviewProjectionNode(ProjectionModel projectionModel,
String name)
Instantiates a new overview projection node.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ProjectionNode.adjustMaxAge(ProjectionModel projectionModel)
Adjusts maximum age.
|
Constructor and Description |
---|
ProjectionNode(ProjectionModel projection)
Default constructor.
|
ProjectionTreePanel(ProjectionModel proj,
JPanel content)
The Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected ResultExport |
ResultTreeRoot.configureResultExport(ProjectionModel projection,
File targetDir)
Configures result export.
|
Constructor and Description |
---|
ResultTreePanel(ProjectionModel proj,
JPanel content)
Default constructor.
|
ResultTreeRoot(ProjectionModel projectionModel)
Instantiates a new result tree root.
|
Modifier and Type | Method and Description |
---|---|
ProjectionModel |
Serializer.loadProjection(String absolutePath,
IP3MDatabase database)
Loads a projection into the database.
|
Modifier and Type | Method and Description |
---|---|
void |
Serializer.save(ProjectionModel pm,
String file)
Save object to file.
|
Modifier and Type | Method and Description |
---|---|
ProjectionModel |
PPPModelFactory.createDefaultModel()
Creates a default
ProjectionModel . |
ProjectionModel |
PPPModelFactory.createModel(String name,
String description,
int generations,
int years,
int maxAge,
int jumpOffYear)
Creates a new PPPModel object.
|
Constructor and Description |
---|
SymbolicProjectionModel(ProjectionModel pModel)
Instantiates a new symbolic projection model.
|
Modifier and Type | Method and Description |
---|---|
protected long |
ExhaustiveAssignmentGenerator.calculateNumOfSetCombinations(ProjectionModel proj)
Calculates number of distinct sets.
|
Copyright © 2012. All Rights Reserved.