Package | Description |
---|---|
p3j.database | |
p3j.database.hibernate | |
p3j.gui.dialogs | |
p3j.misc | |
p3j.simulation |
Modifier and Type | Method and Description |
---|---|
static IP3MDatabase |
DatabaseFactory.createDatabase(P3JConfigFile configFile)
Creates a new Database object.
|
static IP3MDatabase |
DatabaseFactory.createDatabase(String hibernateConfigFile)
Creates a new Database object, given a certain hibernate configuration
file.
|
static IP3MDatabase |
DatabaseFactory.getDatabaseSingleton()
Get database interface.
|
Modifier and Type | Class and Description |
---|---|
class |
P3MDatabase
Implementation of
IP3MDatabase based on Hibernate. |
Modifier and Type | Method and Description |
---|---|
static void |
DuplicateProjectionDialog.duplicate(IP3MDatabase db,
ProjectionModel originalProjection,
String newProjectionName,
JLabel status)
Duplicate.
|
Constructor and Description |
---|
NewProjectionDialog(Frame owner,
IP3MDatabase p3mDatabase)
Instantiates a new new projection dialog.
|
Modifier and Type | Method and Description |
---|---|
ProjectionModel |
Serializer.loadProjection(String absolutePath,
IP3MDatabase database)
Loads a projection into the database.
|
Constructor and Description |
---|
SingleExecution(IProjectionModel proj,
IP3MDatabase dataBase)
Default constructor.
|
Copyright © 2012. All Rights Reserved.