public class CDOOptimisationPlanHandler extends Object
| Constructor and Description |
|---|
CDOOptimisationPlanHandler() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
allPlansFinished(org.eclipse.emf.cdo.view.CDOView view,
String resourcePath)
Checks if all plans stored in CDO repository are finished
|
static eu.cactosfp7.infrastructuremodels.logicaldc.core.LogicalDCModel |
loadLogicalDc(org.eclipse.emf.cdo.view.CDOView view,
String resourcePath)
Loads logical DC model from CDO repository
|
static eu.cactosfp7.infrastructuremodels.load.logical.LogicalLoadModel |
loadLogicalLoad(org.eclipse.emf.cdo.view.CDOView view,
String resourcePath)
Loads logical load model from CDO repository
|
static eu.cactosfp7.infrastructuremodels.physicaldc.core.PhysicalDCModel |
loadPhysicalDc(org.eclipse.emf.cdo.view.CDOView view,
String resourcePath)
Loads physical DC model from CDO repository
|
static eu.cactosfp7.infrastructuremodels.load.physical.PhysicalLoadModel |
loadPhysicalLoad(org.eclipse.emf.cdo.view.CDOView view,
String resourcePath)
Loads physical load model from CDO repository
|
static void |
saveOptimisationPlan(eu.cactosfp7.optimisationplan.OptimisationPlan plan,
org.eclipse.emf.cdo.net4j.CDONet4jSession session,
String path)
Saves Optimisation Plan
|
public static eu.cactosfp7.infrastructuremodels.physicaldc.core.PhysicalDCModel loadPhysicalDc(org.eclipse.emf.cdo.view.CDOView view,
String resourcePath)
session - CDO sessionresourcePath - Path to the resourcepublic static eu.cactosfp7.infrastructuremodels.logicaldc.core.LogicalDCModel loadLogicalDc(org.eclipse.emf.cdo.view.CDOView view,
String resourcePath)
session - CDO sessionresourcePath - Path to the resourcepublic static eu.cactosfp7.infrastructuremodels.load.physical.PhysicalLoadModel loadPhysicalLoad(org.eclipse.emf.cdo.view.CDOView view,
String resourcePath)
session - CDO sessionresourcePath - Path to the resourcepublic static eu.cactosfp7.infrastructuremodels.load.logical.LogicalLoadModel loadLogicalLoad(org.eclipse.emf.cdo.view.CDOView view,
String resourcePath)
session - CDO sessionresourcePath - Path to the resourcepublic static boolean allPlansFinished(org.eclipse.emf.cdo.view.CDOView view,
String resourcePath)
session - CDO sessionresourcePath - Path to the resourcepublic static void saveOptimisationPlan(eu.cactosfp7.optimisationplan.OptimisationPlan plan,
org.eclipse.emf.cdo.net4j.CDONet4jSession session,
String path)
plan - Optimisation Plan to savesession - CDO sessionpath - Path to the resource